Fix an error in the probe staus code.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 18 Feb 2017 19:35:29 +0000 (14:35 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 18 Feb 2017 19:35:29 +0000 (14:35 -0500)
sst.py

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 "))
             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."))
     if game.icrystl:
         if game.cryprob <= .05:
             prout(_("Dilithium crystals aboard ship... not yet used."))