This commit is contained in:
Ghommie
2019-11-13 21:17:40 +01:00
parent cef72b93eb
commit 3ce4ef8e27
+1 -1
View File
@@ -773,7 +773,7 @@
deity_name = GLOB.deity
/obj/item/nullrod/rosary/attack(mob/living/M, mob/living/user)
if(user.a_intent = INTENT_HARM)
if(user.a_intent == INTENT_HARM)
return ..()
if(!user.mind || user.mind.assigned_role != "Chaplain")