From 1769672037322ccbcb197192df7f83509e36118d Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sat, 21 Jan 2017 19:37:08 -0500 Subject: [PATCH] this icon was a thing.... --- code/game/objects/items/weapons/holy_weapons.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/weapons/holy_weapons.dm b/code/game/objects/items/weapons/holy_weapons.dm index f5893b25f80..7cae0b77df3 100644 --- a/code/game/objects/items/weapons/holy_weapons.dm +++ b/code/game/objects/items/weapons/holy_weapons.dm @@ -465,7 +465,7 @@ /obj/item/weapon/nullrod/salt/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob) - if(iscarbon(M))//no hitting people + if(!iscarbon(M)) return ..() if(!user.mind || user.mind.assigned_role != "Chaplain") @@ -490,8 +490,8 @@ /obj/item/weapon/nullrod/bread name = "prayer bread" - icon = 'icons/obj/trash.dmi' - icon_state = "tastybread" + icon = 'icons/obj/food/food.dmi' + icon_state = "baguette" desc = "a staple of worshipers of the Silentfather, this holy mime artifact has an odd effect on clowns." force = 0 throwforce = 0