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