|
@@ -1111,9 +1111,10 @@ class ScriptExplore(object):
|
|
|
log.debug("dense is {0} sectors big".format(len(self.dense)))
|
|
|
self.state += 1
|
|
|
self.send2game("SH")
|
|
|
- elif self.state == 12:
|
|
|
- if prompt.startswith('Do you want to engage the TransWarp drive?'):
|
|
|
+ elif self.state == 10:
|
|
|
+ if prompt.startswith('Do you want to engage the TransWarp drive? '):
|
|
|
self.send2game("N")
|
|
|
+ elif self.state == 12:
|
|
|
# Looking for "Engage the Autopilot?"
|
|
|
if prompt.startswith('Engage the Autopilot? (Y/N/Single step/Express) [Y]'):
|
|
|
self.send2game("S")
|