From 64b820082308fd46eb1f16dfc66dd27bd67c8a40 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sun, 22 Jan 2017 19:42:13 -0500 Subject: [PATCH] changes --- code/game/objects/items/weapons/holy_weapons.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/holy_weapons.dm b/code/game/objects/items/weapons/holy_weapons.dm index 7cae0b77df3..affae55b4a2 100644 --- a/code/game/objects/items/weapons/holy_weapons.dm +++ b/code/game/objects/items/weapons/holy_weapons.dm @@ -480,7 +480,7 @@ ghostcall = 1 if(do_after(user, 50, target = M)) - notify_ghosts("The Chaplain is calling ghosts to [get_area(src)] with [src.name]!", source = src) + notify_ghosts("The Chaplain is calling ghosts to [get_area(src)] with [name]!", source = src) ghostcall = 0 return else @@ -547,7 +547,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(30) + H.AdjustSilence(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!")