Better action text.
authorJeremy Thurgood <firxen@gmail.com>
Sat, 17 May 2014 17:47:23 +0000 (19:47 +0200)
committerJeremy Thurgood <firxen@gmail.com>
Sat, 17 May 2014 17:47:33 +0000 (19:47 +0200)
naja/actions.py

index dc8f3e6af74077bd8afdd58028b270af07030e80..45698ef1c495c1cc6c0092e2faa25a4490940655 100644 (file)
@@ -200,7 +200,9 @@ class AllowChessMove(LocationAction):
 
 
 class AllowChessMoveIfMSB(LocationAction):
-    TEXT = "Clear {MSB} and move like a %(chesspiece_name)s for one turn."
+    TEXT = (
+        "Clear {MSB} and move like a %(chesspiece_name)s for one turn if it "
+        "was set.")
     MSB_GLYPH = ACTION_GLYPHS.MOVEMENT
 
     def perform_action(self, board, location):