From 90ccea72b6d86f27d1b4e20a980f8a87a27ceeed Mon Sep 17 00:00:00 2001 From: adrianna Date: Sun, 18 May 2014 00:52:13 +0200 Subject: [PATCH] shortened lines --- naja/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): -- 2.34.1