projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d479c2a
)
Ooops...98% chance of transporter success, not failure.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 23 Feb 2012 07:09:31 +0000
(
02:09
-0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 23 Feb 2012 07:09:31 +0000
(
02:09
-0500)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index d037ff4db205f844c098f9e60d7aadca6f1e672c..09214f481c60c0f4704288efa7ccf9b08aeb2a5d 100755
(executable)
--- 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.\""))