From: Neil Date: Sat, 5 Mar 2016 23:10:38 +0000 (+0200) Subject: play the cutting sound X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=c171e3fc0b24a5c49d8e4359f8e52f8a523998b1 play the cutting sound --- diff --git a/koperkapel/weapons.py b/koperkapel/weapons.py index 4f7bd6c..cfc6ba8 100644 --- 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"),