mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Minor typo fix in morph_spell_handler.dm (#29535)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user