shortened lines
[naja.git] / naja / actions.py
index 431b126829a1d48b401fdb5e3e288c5406a9a0dc..869c6925eead025248ac397f4e65efdaeeb640de 100644 (file)
@@ -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,8 @@ 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):