Skip to content

Commit

Permalink
Bugfix: Borer spell datum fix (ss220-space#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
kartowkar authored Oct 10, 2024
1 parent 7cc20b5 commit 7a79608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/borer/borer_spell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7a79608

Please sign in to comment.