X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.py;h=08616b8f246d015dd716eab21f1b0f6a1cf33e5a;hp=992b1c930d27014421020d4bf5ff23f4ed91576c;hb=d0c7d6f85627cc409bf8826f61d6bbce3e3a3c4c;hpb=d24ab69c78ba2c30ed49fd5a04e0e7a4d452a1fa diff --git a/src/sst.py b/src/sst.py index 992b1c9..08616b8 100644 --- a/src/sst.py +++ b/src/sst.py @@ -5145,11 +5145,8 @@ def status(req=0): if not req or req == 2: if game.condition != "docked": newcnd() - dam = 0 - for t in range(NDEVICES): - if game.damage[t]>0: - dam += 1 - prstat(_("Condition"), _("%s, %i DAMAGES") % (game.condition.upper(), dam)) + prstat(_("Condition"), _("%s, %i DAMAGES") % \ + (game.condition.upper(), sum(map(lambda x: x > 0, damages)))) if not req or req == 3: prstat(_("Position"), "%s , %s" % (game.quadrant, game.sector)) if not req or req == 4: