|
@@ -2000,27 +2000,7 @@ class PlanetUpScript(object):
|
|
|
self.deactivate()
|
|
|
return
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- _, _, part = prompt.partition(']:[')
|
|
|
- sector, _, _ = part.partition(']')
|
|
|
- self.current_sector = int(sector)
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- obvious = [ s for s in self.planets.keys() if self.planets[s]['sector'] == self.current_sector ]
|
|
|
- if len(obvious) == 1:
|
|
|
-
|
|
|
- self.planet_number = obvious[0]
|
|
|
- self.planet_sector = self.planets[self.planet_number]['sector']
|
|
|
- self.planet_name = self.planets[self.planet_number]['name']
|
|
|
- self.state = 4
|
|
|
-
|
|
|
- self.queue_player.put("L")
|
|
|
- return
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
|
|
|
tc = merge(Style.BRIGHT + Fore.YELLOW + Back.BLUE)
|
|
|
c1 = merge(Style.BRIGHT + Fore.WHITE + Back.BLUE)
|