From: Eric S. Raymond Date: Fri, 24 Feb 2017 22:00:55 +0000 (-0500) Subject: Fix a small but fatal bug. X-Git-Tag: 2.2~36 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=8c4de0c9b62320d0b1b9f1ce5b45fc4d3fe4fe7c Fix a small but fatal bug. --- diff --git a/sst.py b/sst.py index a4ed80e..97e0387 100755 --- a/sst.py +++ b/sst.py @@ -2362,7 +2362,7 @@ def events(): if game.state.galaxy[game.quadrant.i][game.quadrant.j].supernova: return elif evcode == FSPY: # Check with spy to see if SC should tractor beam - if game.state.nscrem == 0 or game.state.iscloaked or \ + if game.state.nscrem == 0 or game.iscloaked or \ ictbeam or istract or \ game.condition == "docked" or game.isatb == 1 or game.iscate: return