From: Jeremy Thurgood Date: Sat, 17 May 2014 17:47:23 +0000 (+0200) Subject: Better action text. X-Git-Tag: 0.1~59 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=f174b002a09181473e4b6bd63c28839012e7776a Better action text. --- 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):