|
@@ -763,7 +763,6 @@ class ScriptPort(object):
|
|
|
self.tpc = self.this_port['class']
|
|
|
self.opc = self.other_port['class']
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
@@ -775,7 +774,7 @@ class ScriptPort(object):
|
|
|
|
|
|
|
|
|
|
|
|
- pass
|
|
|
+
|
|
|
|
|
|
def game_line(self, line: str):
|
|
|
if line.startswith("You have ") and 'credits and' in line:
|