From: Eric S. Raymond Date: Sat, 18 Feb 2017 19:35:29 +0000 (-0500) Subject: Fix an error in the probe staus code. X-Git-Tag: 2.2~50 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=36f5854fbc34e57c93e968e6eef945477f7a0881 Fix an error in the probe staus code. --- diff --git a/sst.py b/sst.py index c1ac162..2c07143 100755 --- 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.probec) + prout("Quadrant %s." % game.probe.quadrant()) if game.icrystl: if game.cryprob <= .05: prout(_("Dilithium crystals aboard ship... not yet used."))