From a84f10e2adcb9c859f17b3cfe76c4b0f975fe285 Mon Sep 17 00:00:00 2001 From: adrianna Date: Sun, 18 May 2014 00:50:56 +0200 Subject: [PATCH] made wording on msb chess move clearer --- naja/actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/naja/actions.py b/naja/actions.py index 07d9d0a..1dc59ad 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -319,8 +319,7 @@ class AllowChessMove(LocationAction): class AllowChessMoveIfMSB(LocationAction): TEXT = ( - "Clear {MSB} and move like a %(chesspiece_name)s for one turn if it " - "was set.") + "If {MSB} is set, unset {MSB} and move like a %(chesspiece_name)s for one turn. Otherwise do nothing.") MSB_GLYPH = ACTION_GLYPHS.MOVEMENT def perform_action(self, board, location): -- 2.34.1