Minor typo fix in morph_spell_handler.dm (#29535)

This commit is contained in:
AmityBlamity
2025-06-07 13:51:43 +00:00
committed by GitHub
parent f65ca7b721
commit 9ea03afc47
@@ -5,7 +5,7 @@
/datum/spell_handler/morph/can_cast(mob/living/simple_animal/hostile/morph/user, charge_check, show_message, datum/spell/spell)
if(!istype(user))
if(show_message)
to_chat(user, "<span class='warning'>You should not be able to use this abilty! Report this as a bug on github please.</span>")
to_chat(user, "<span class='warning'>You should not be able to use this ability! Report this as a bug on github please.</span>")
return FALSE
if(user.gathered_food < hunger_cost)