X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.py;h=d3e4b73984ca290c742e45f4d5eda05999955399;hp=0a8a7863ac6029c83ba98e407bf6b98553ff8b8a;hb=23dbe9a4a341631c4f50dded6b8b38d69ecf6ff7;hpb=88f1367a7d32b1f5248e88117562781b0c14dc0b diff --git a/src/sst.py b/src/sst.py index 0a8a786..d3e4b73 100644 --- a/src/sst.py +++ b/src/sst.py @@ -4459,7 +4459,7 @@ def usecrystals(): skip(1) prouts(_("Scotty- \"Keep your fingers crossed, Sir!\"")) skip(1) - if random.random() > game.cryprob: + if withprob(game.cryprob): prouts(_(" \"Activating now! - - No good! It's***")) skip(2) prouts(_("***RED ALERT! RED A*L********************************"))