From: Eric S. Raymond Date: Thu, 23 Feb 2012 07:09:31 +0000 (-0500) Subject: Ooops...98% chance of transporter success, not failure. X-Git-Tag: 2.2~72 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=4956fec7cba65dcd577d017a9fa4216e4c35d0e2 Ooops...98% chance of transporter success, not failure. --- diff --git a/sst.py b/sst.py index d037ff4..09214f4 100755 --- a/sst.py +++ b/sst.py @@ -4553,7 +4553,7 @@ def beam(): skip(1) prouts("WWHOOOIIIIIRRRRREEEE.E.E. . . . . . .") skip(2) - if withprob(0.98): + if not withprob(0.98): prouts("BOOOIIIOOOIIOOOOIIIOIING . . .") skip(2) prout(_("Scotty- \"Oh my God! I've lost them.\""))