From: David Sharpe Date: Sat, 17 May 2014 20:17:42 +0000 (+0200) Subject: Merge branch 'master' of git://ctpug.org.za/naja X-Git-Tag: 0.1~29 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=e329ac961000595f819bfa145c8d150641c2aece;hp=8598915c56882240cebef4a68fde0fb9a37a1fe7 Merge branch 'master' of git://ctpug.org.za/naja --- 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):