Better action text.
[naja.git] / 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):