X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Factions.py;h=1dc59ad1a198a1df367c6ab0542ec06a6a43d32f;hp=07d9d0a14bc86dc3cecefbf4e8c1b3f383563629;hb=a84f10e2adcb9c859f17b3cfe76c4b0f975fe285;hpb=aa61c9babaa76bd6db7f4a6b57a29c3617c769ca 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):