Parcourir la source

Fixes "Stop in this sector".

Steve Thielemann il y a 5 ans
Parent
commit
3a7b7ee760
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      flexible.py

+ 3 - 3
flexible.py

@@ -2036,7 +2036,7 @@ class PlanetUpScript(object):
         elif self.state == 3:
         elif self.state == 3:
             if prompt.startswith('Do you want to engage the TransWarp drive? '):
             if prompt.startswith('Do you want to engage the TransWarp drive? '):
                 self.queue_player.put("N")
                 self.queue_player.put("N")
-            if prompt.startswith('Engage the Autopilot? (Y/N/Single step/Express) [Y]'):
+            elif prompt.startswith('Engage the Autopilot? (Y/N/Single step/Express) [Y]'):
                 self.queue_player.put("E")
                 self.queue_player.put("E")
             elif prompt.startswith('Stop in this sector (Y,N,E,I,R,S,D,P,?) (?=Help) [N] ?'):
             elif prompt.startswith('Stop in this sector (Y,N,E,I,R,S,D,P,?) (?=Help) [N] ?'):
                 self.queue_player.put("N")
                 self.queue_player.put("N")
@@ -2144,7 +2144,7 @@ class PlanetUpScript(object):
                 self.deactivate()
                 self.deactivate()
                 return
                 return
             elif prompt.startswith('Stop in this sector (Y,N,E,I,R,S,D,P,?) (?=Help) [N] ?'):
             elif prompt.startswith('Stop in this sector (Y,N,E,I,R,S,D,P,?) (?=Help) [N] ?'):
-                self.queue_game.put("N")
+                self.queue_player.put("N")
             elif re.match(r"How many holds of .+ do you want to buy \[\d+\]\? ", prompt):
             elif re.match(r"How many holds of .+ do you want to buy \[\d+\]\? ", prompt):
                 if prompt.startswith('How many holds of ' + self.fetch):
                 if prompt.startswith('How many holds of ' + self.fetch):
                     _, _, holds = prompt.partition('[')
                     _, _, holds = prompt.partition('[')
@@ -2268,7 +2268,7 @@ class PlanetUpScript(object):
                 self.queue_player.put("Q")  # quit Planet menu.
                 self.queue_player.put("Q")  # quit Planet menu.
                 self.deactivate()
                 self.deactivate()
                 return
                 return
-                                
+
             # [  Item    Colonists  Colonists    Daily     Planet      Ship      Planet  ]
             # [  Item    Colonists  Colonists    Daily     Planet      Ship      Planet  ]
             # [Fuel Ore          0          1          0          0          0  1,000,000]
             # [Fuel Ore          0          1          0          0          0  1,000,000]
             # [Organics          0        N/A          0          0          0     10,000]
             # [Organics          0        N/A          0          0          0     10,000]