From 55e58ef471a25c30de7029f58a7e54abe2e8ac8b Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 26 Jan 2017 10:39:48 -0500 Subject: [PATCH] honk --- code/game/objects/items/weapons/holy_weapons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/holy_weapons.dm b/code/game/objects/items/weapons/holy_weapons.dm index 975bc0fbca5..78a88efdadb 100644 --- a/code/game/objects/items/weapons/holy_weapons.dm +++ b/code/game/objects/items/weapons/holy_weapons.dm @@ -492,7 +492,7 @@ if(src == holder.l_hand || src == holder.r_hand) // Holding this in your hand will for(var/mob/living/carbon/human/H in range(5)) if(H.mind.assigned_role == "Clown") - H.AdjustSilence(10) + H.Silence(10) animate_fade_grayscale(H,20) if(prob(10)) to_chat(H, "Being in the presence of [holder]'s [src] is interfering with your honk!")