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:
c7c2cdd
)
Fix an error in the probe staus code.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 18 Feb 2017 19:35:29 +0000
(14:35 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 18 Feb 2017 19:35:29 +0000
(14:35 -0500)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index c1ac1627c0f50706e1f01ecca7fb0e1cb74ad3d8..2c07143875aa8d07334849cb600f7e3eb6556cda 100755
(executable)
--- a/
sst.py
+++ b/
sst.py
@@
-4941,7
+4941,7
@@
def report():
proutn(_("An armed deep space probe is in "))
else:
proutn(_("A deep space probe is in "))
- prout("Quadrant %s." % game.probe
c
)
+ prout("Quadrant %s." % game.probe
.quadrant()
)
if game.icrystl:
if game.cryprob <= .05:
prout(_("Dilithium crystals aboard ship... not yet used."))