X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.py;h=7ca3fb7b62a7f2aa7513bce1a56f72dd448a26ab;hp=08616b8f246d015dd716eab21f1b0f6a1cf33e5a;hb=ca9c535343fcd397a088ed2ae758e23254397ca1;hpb=d0c7d6f85627cc409bf8826f61d6bbce3e3a3c4c diff --git a/src/sst.py b/src/sst.py index 08616b8..7ca3fb7 100644 --- a/src/sst.py +++ b/src/sst.py @@ -5146,7 +5146,7 @@ def status(req=0): if game.condition != "docked": newcnd() prstat(_("Condition"), _("%s, %i DAMAGES") % \ - (game.condition.upper(), sum(map(lambda x: x > 0, damages)))) + (game.condition.upper(), sum(map(lambda x: x > 0, game.damage)))) if not req or req == 3: prstat(_("Position"), "%s , %s" % (game.quadrant, game.sector)) if not req or req == 4: