projects
/
koperkapel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d1ed5
)
play the cutting sound
author
Neil
<neil@dip.sun.ac.za>
Sat, 5 Mar 2016 23:10:38 +0000
(
01:10
+0200)
committer
Neil
<neil@dip.sun.ac.za>
Sat, 5 Mar 2016 23:10:48 +0000
(
01:10
+0200)
koperkapel/weapons.py
patch
|
blob
|
history
diff --git
a/koperkapel/weapons.py
b/koperkapel/weapons.py
index 4f7bd6c87142c36b5942f23157f9e7b2d04784de..cfc6ba828ae1b4a57faf7e5cf30ca1a37dde1c24 100644
(file)
--- a/
koperkapel/weapons.py
+++ b/
koperkapel/weapons.py
@@
-33,7
+33,7
@@
WEAPONS = [
Weapon("spit", damage=1, bullet_range=2, can_tape=False,
image_name="blank", frames=("",), sound="fire_spit",
projectile="spit"),
- Weapon("butter_knife", damage=2),
+ Weapon("butter_knife", damage=2
, sound='cut'
),
Weapon("crowbar", damage=4),
Weapon("gun", damage=4, bullet_range=4, sound='gun_fire',
projectile="bullet"),