X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.py;h=2c07143875aa8d07334849cb600f7e3eb6556cda;hb=36f5854fbc34e57c93e968e6eef945477f7a0881;hp=c1ac1627c0f50706e1f01ecca7fb0e1cb74ad3d8;hpb=c7c2cdd95669a5bce7d47f1c8e736ea5349df6f2;p=super-star-trek.git 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."))