few assorted adjustments and a fix for #8883
[super-star-trek.git] / src / sst.py
index 4f7b6e4d315796e8be7887dbe0a216684caaf962..8e3842f045b30132845080f2486ee6301c5b8593 100644 (file)
@@ -503,7 +503,7 @@ def movebaddy(ship):
             if ship.distance() < dist1:
                 prout(" advances to sector %s" % ship.location)
             else:
-                proutn(" retreats to sector %s" % ship.location)
+                prout(" retreats to sector %s" % ship.location)
         ship.sectormove(next)
 
 def movcom():