From: adrianna Date: Sat, 17 May 2014 22:52:13 +0000 (+0200) Subject: shortened lines X-Git-Tag: 0.1~10^2~8 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=90ccea72b6d86f27d1b4e20a980f8a87a27ceeed shortened lines --- diff --git a/naja/actions.py b/naja/actions.py index 1dc59ad..869c692 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -319,7 +319,8 @@ class AllowChessMove(LocationAction): class AllowChessMoveIfMSB(LocationAction): TEXT = ( - "If {MSB} is set, unset {MSB} and move like a %(chesspiece_name)s for one turn. Otherwise do nothing.") + "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):