Drawing a knife from your boot no longer makes a loud noise.

This commit is contained in:
Anewbe
2017-04-09 12:44:25 -05:00
parent bff7d59312
commit f2cffa0a5d

View File

@@ -405,7 +405,6 @@
if(usr.put_in_hands(holding))
usr.visible_message("<span class='danger'>\The [usr] pulls a knife out of their boot!</span>")
playsound(src.loc, 'sound/weapons/flipblade.ogg', 40, 1)
holding = null
else
usr << "<span class='warning'>Your need an empty, unbroken hand to do that.</span>"