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
+1 -1
View File
@@ -297,7 +297,7 @@ var/list/teleport_other_runes = list()
var/obj/item/weapon/nullrod/N = offering.null_rod_check()
if(N)
user << "<span class='warning'>Something is blocking the Geometer's magic!</span>"
log_game("Sacrifice rune failed - target has a \[N]!")
log_game("Sacrifice rune failed - target has \a [N]!")
fail_invoke()
rune_in_use = 0
return
@@ -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"