X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Factions.py;h=5701109fec37a31959b73c9fe02b2cd77772a9df;hb=29c8196f7013ab28e4ad7628dd03c4b219ef465c;hp=395a1f502d63aa4e73f24a7761fe500d72c1ebf8;hpb=21decfd74a4f550f4758d8583620110baee72aed;p=naja.git diff --git a/naja/actions.py b/naja/actions.py index 395a1f5..5701109 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -119,7 +119,7 @@ class ClearBits(LocationAction): class ClearBitsAndHealth(LocationAction): - TEXT = "Clear %(location_bits)s and {HEALTH}." + TEXT = "Clear %(location_bits)s and lose {HEALTH}." GLYPHS = (ACTION_GLYPHS.CLEAR_BITS, ACTION_GLYPHS.DAMAGE) def perform_action(self, board, location):