X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Factions.py;h=1dc59ad1a198a1df367c6ab0542ec06a6a43d32f;hb=a84f10e2adcb9c859f17b3cfe76c4b0f975fe285;hp=431b126829a1d48b401fdb5e3e288c5406a9a0dc;hpb=53948779548748e84ff6ded37ad0fc9f76b25024;p=naja.git diff --git a/naja/actions.py b/naja/actions.py index 431b126..1dc59ad 100644 --- a/naja/actions.py +++ b/naja/actions.py @@ -295,7 +295,7 @@ class ShiftLocations(LocationAction): sound.play_sound('grind.ogg') board.shift_locations( self.data['direction'], - self.data.get('skip_player', False)) + self.data.get('skip_current', True)) class RotateLocations(LocationAction): @@ -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):