From 4956fec7cba65dcd577d017a9fa4216e4c35d0e2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Feb 2012 02:09:31 -0500 Subject: [PATCH] Ooops...98% chance of transporter success, not failure. --- sst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.\"")) -- 2.31.1