i was tired

This commit is contained in:
kappa-sama
2021-01-12 09:45:13 -05:00
parent 3d9e907532
commit a58141898c
@@ -11,7 +11,7 @@
cooldown_min = 100
/obj/effect/proc_holder/spell/self/mantra/cast(mob/living/carbon/human/user)
if(user.has_status_effect(STATUS_EFFECT_MANTRA)
if(user.has_status_effect(STATUS_EFFECT_MANTRA))
user.remove_status_effect(STATUS_EFFECT_MANTRA)
else
user.add_status_effect(STATUS_EFFECT_MANTRA)