From e3fd0f24d95e530878bf869025ee5993f8f3f392 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 25 Apr 2019 10:03:15 -0400 Subject: [PATCH 1/1] If we escape a quadeant with a Tholian, off him so he can reappear. --- sst.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sst.py b/sst.py index 168b55d..33249cf 100755 --- a/sst.py +++ b/sst.py @@ -6054,6 +6054,7 @@ def newqad(): game.iplnet = None game.neutz = game.inorbit = game.landed = False game.ientesc = game.iseenit = game.isviolreported = False + game.tholian = None # Create a blank quadrant game.quad = fill2d(QUADSIZE, lambda i, j: '.') if game.iscate: -- 2.31.1