mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix for the fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user