X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=97e038796f9d44a20f9731c66ba12d420acdee78;hp=a4ed80e97f5d5b29f23421e7846f9b4fa0816ee2;hb=8c4de0c9b62320d0b1b9f1ce5b45fc4d3fe4fe7c;hpb=52b12f9227f1013fbeb8e7a26a6db5e46a5fad26 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