Merge pull request #3253 from Anewbe/silent_knife

Drawing a knife from your boot no longer makes a loud noise.
This commit is contained in:
Neerti
2017-04-09 19:02:39 -04:00
committed by GitHub

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>"