From 7a796083928e72e0c9de10032bcd7253172b7905 Mon Sep 17 00:00:00 2001 From: kartowkar Date: Thu, 10 Oct 2024 06:05:34 +0300 Subject: [PATCH] Bugfix: Borer spell datum fix (#6002) --- code/modules/antagonists/borer/borer_spell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/borer/borer_spell.dm b/code/modules/antagonists/borer/borer_spell.dm index 17dccb64704..c987e70370c 100644 --- a/code/modules/antagonists/borer/borer_spell.dm +++ b/code/modules/antagonists/borer/borer_spell.dm @@ -115,7 +115,7 @@ var/evo_cost = 0.3 /obj/effect/proc_holder/spell/borer_force_say/create_new_targeting() - return /datum/spell_targeting/self + return new /datum/spell_targeting/self /obj/effect/proc_holder/spell/borer_force_say/can_cast(mob/living/simple_animal/borer/user, charge_check = TRUE, show_message = FALSE) if (user.stat || user.host?.stat)