projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd0651
)
Ooops, that was a local filename that wasn't commited. And this change wasn't meant...
author
Stefano Rivera
<stefano@rivera.za.net>
Fri, 16 May 2014 20:22:26 +0000
(22:22 +0200)
committer
Stefano Rivera
<stefano@rivera.za.net>
Fri, 16 May 2014 20:22:38 +0000
(22:22 +0200)
naja/actions.py
patch
|
blob
|
history
diff --git
a/naja/actions.py
b/naja/actions.py
index 2def1cfaf0a8f90bddd27dbc085423ad00074ad4..b492f809bced439332fb18ca4e09074e7b3bfeac 100644
(file)
--- a/
naja/actions.py
+++ b/
naja/actions.py
@@
-142,7
+142,7
@@
class ShiftLocations(LocationAction):
GLYPHS = (ACTION_GLYPHS.CHANGE_BOARD,)
def perform_action(self, board, location):
- sound.play_sound('
change
.ogg')
+ sound.play_sound('
grind
.ogg')
board.shift_locations(self.data['direction'])
@@
-151,7
+151,7
@@
class RotateLocations(LocationAction):
GLYPHS = (ACTION_GLYPHS.CHANGE_BOARD,)
def perform_action(self, board, location):
- sound.play_sound('
change
.ogg')
+ sound.play_sound('
grind
.ogg')
board.rotate_locations(self.data['rot_direction'])