Explorar el Código

Support transwarp in galaxy search script.

Steve Thielemann hace 5 años
padre
commit
5619956d00
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      flexible.py

+ 2 - 0
flexible.py

@@ -1112,6 +1112,8 @@ class ScriptExplore(object):
             self.state += 1
             self.send2game("SH")
         elif self.state == 12:
+            if prompt.startswith('Do you want to engage the TransWarp drive?'):
+                self.send2game("N")
             # Looking for "Engage the Autopilot?"
             if prompt.startswith('Engage the Autopilot? (Y/N/Single step/Express) [Y]'):
                 self.send2game("S")