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