X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Factions.py;h=07d9d0a14bc86dc3cecefbf4e8c1b3f383563629;hp=431b126829a1d48b401fdb5e3e288c5406a9a0dc;hb=5b8bd6cbb4e8fc7268b83a948c7d7808c1645370;hpb=da061ebd06e5e498b555eee786df99af6324704c diff --git a/naja/actions.py b/naja/actions.py index 431b126..07d9d0a 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):