From f2cffa0a5dbd52eeb65237e4e5028a7220d4b5ce Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sun, 9 Apr 2017 12:44:25 -0500 Subject: [PATCH] Drawing a knife from your boot no longer makes a loud noise. --- code/modules/clothing/clothing.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index a7ca30a569..497b145190 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -405,7 +405,6 @@ if(usr.put_in_hands(holding)) usr.visible_message("\The [usr] pulls a knife out of their boot!") - playsound(src.loc, 'sound/weapons/flipblade.ogg', 40, 1) holding = null else usr << "Your need an empty, unbroken hand to do that."