X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=sst.py;h=89715b4ee01afa239baeac14d639bb24782deda0;hb=895bc8ef9596292d30c0457bea95b3d54e188815;hp=4b3fdfa8a44aadc33df2243abc2cfc38b201da06;hpb=fa4cd8ef1eec9a5ec25cf574e29c3d33e11f3a9d;p=super-star-trek.git diff --git a/sst.py b/sst.py index 4b3fdfa..89715b4 100755 --- a/sst.py +++ b/sst.py @@ -915,7 +915,7 @@ def doshield(shraise): action = "SHUP" else: scanner.chew() - return + return if action == "SHUP": # raise shields if game.shldup: prout(_("Shields already up.")) @@ -2664,7 +2664,6 @@ def selfdestruct(): prout(_("SELF-DESTRUCT-SEQUENCE-WILL-BE-ABORTED")) skip(1) scanner.next() - scanner.chew() if game.passwd != scanner.token: prouts(_("PASSWORD-REJECTED;")) skip(1)