X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.py;h=59c5ffcce607eb77c7aadee123253ce86a3cc1d1;hp=637a65db0033cbc66e1be7d5caee8881cd37ee4f;hb=6f4f98ea41c6c792d99bceb2618c659ead349c08;hpb=10dd0ac8c8c0985fb0fa2087b33ea435cd21f9de diff --git a/src/sst.py b/src/sst.py index 637a65d..59c5ffc 100644 --- a/src/sst.py +++ b/src/sst.py @@ -3530,14 +3530,6 @@ def dock(verbose): prout(_("Lt. Uhura- \"Captain, an important message from the starbase:\"")) attackreport(False) game.iseenit = True - -# This program originally required input in terms of a (clock) -# direction and distance. Somewhere in history, it was changed to -# cartesian coordinates. So we need to convert. Probably -# "manual" input should still be done this way -- it's a real -# pain if the computer isn't working! Manual mode is still confusing -# because it involves giving x and y motions, yet the coordinates -# are always displayed y - x, where +y is downward! def cartesian(loc1=None, loc2=None): if loc1 is None: