Merge branch 'master' of git://ctpug.org.za/naja
authorDavid Sharpe <decoydavid@gmail.com>
Sat, 17 May 2014 20:18:06 +0000 (22:18 +0200)
committerDavid Sharpe <decoydavid@gmail.com>
Sat, 17 May 2014 20:18:06 +0000 (22:18 +0200)
naja/actions.py

index 395a1f502d63aa4e73f24a7761fe500d72c1ebf8..5701109fec37a31959b73c9fe02b2cd77772a9df 100644 (file)
@@ -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):