From f174b002a09181473e4b6bd63c28839012e7776a Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Sat, 17 May 2014 19:47:23 +0200 Subject: [PATCH] Better action text. --- naja/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/naja/actions.py b/naja/actions.py index dc8f3e6..45698ef 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -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): -- 2.34.1