Fix for the fix

This commit is contained in:
KorPhaeron
2016-02-09 23:31:34 -06:00
parent 2566e424b3
commit 91ecb5a603
2 changed files with 2 additions and 2 deletions
@@ -200,7 +200,7 @@
/obj/item/weapon/nullrod/carp/attack_self(mob/living/user)
if(used_blessing)
return
if(user.mind && (user.mind.assigned_role == "Chaplain"))
if(user.mind && (user.mind.assigned_role != "Chaplain"))
return
user << "You are blessed by Carp-Sie. Wild space carp will no longer attack you."
user.faction |= "carp"