Parcourir la source

Fixes return flight. Stop in this sector.

Steve Thielemann il y a 5 ans
Parent
commit
8b23f3129d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      flexible.py

+ 2 - 0
flexible.py

@@ -2174,6 +2174,8 @@ class PlanetUpScript(object):
                 self.queue_player.put('L')
                 self.queue_player.put('L')
             elif prompt.startswith('Land on which planet <Q to abort> ?'):
             elif prompt.startswith('Land on which planet <Q to abort> ?'):
                 self.queue_player.put("{0}\r".format(self.planet_number))
                 self.queue_player.put("{0}\r".format(self.planet_number))
+            elif prompt.startswith('Stop in this sector (Y,N,E,I,R,S,D,P,?) (?=Help) [N] ?'):
+                self.queue_player.put("N")
             elif prompt.startswith("Planet command (?=help) [D]"):
             elif prompt.startswith("Planet command (?=help) [D]"):
                 if self.fetch == 'C':
                 if self.fetch == 'C':
                     # Colonist / No display Planet / Leave
                     # Colonist / No display Planet / Leave