|
@@ -1009,7 +1009,8 @@ class ScriptPort(object):
|
|
|
|
|
|
|
|
|
class ScriptExplore(object):
|
|
|
- """ Script Explore
|
|
|
+ """ Script Explore v1.00
|
|
|
+ By: David Thielemann
|
|
|
|
|
|
WARNINGS:
|
|
|
We assume the player has a Holo-Scanner!
|
|
@@ -1028,8 +1029,6 @@ class ScriptExplore(object):
|
|
|
self.clear = []
|
|
|
self.highsector = 0
|
|
|
self.highwarp = 0
|
|
|
- self.times = 5
|
|
|
- self.maxtimes = self.times
|
|
|
|
|
|
|
|
|
self.prompt = game.buffer
|
|
@@ -1184,13 +1183,7 @@ class ScriptExplore(object):
|
|
|
self.highsector = 0
|
|
|
self.state = 1
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -1521,7 +1514,7 @@ class ProxyMenu(object):
|
|
|
)
|
|
|
|
|
|
menu_item("1", "Ports (Trades between two sectors)")
|
|
|
- menu_item("2", "Explore (Travel the universe auto-magically)")
|
|
|
+ menu_item("2", "Explore (Strange new sectors)")
|
|
|
menu_item("3", "TODO")
|
|
|
menu_item("X", "eXit")
|
|
|
self.queue_game.put(" " + c1 + "-=>" + self.r + " ")
|