|
@@ -2244,6 +2244,9 @@ class PlanetUpScript(object):
|
|
|
self.queue_player.put("T\r")
|
|
|
self.state = 8
|
|
|
elif self.state == 8:
|
|
|
+ if re.match(r"How many holds of .+ do you want to buy \[\d+\]\? ", prompt):
|
|
|
+ # No, no, we're done buying!
|
|
|
+ self.queue_player.put("0\r")
|
|
|
if re.match(r"Command \[TL=.* \(\?=Help\)\? :", prompt):
|
|
|
# Ok, return to the planet...
|
|
|
self.queue_player.put("{0}\rE".format(self.planet_sector))
|