This commit is contained in:
kappa-sama
2021-01-12 09:55:18 -05:00
parent a58141898c
commit f98edf0eaa
@@ -29,7 +29,7 @@
cooldown_min = 100
/obj/effect/proc_holder/spell/self/asura/cast(mob/living/carbon/human/user)
if(user.has_status_effect(STATUS_EFFECT_ASURA)
if(user.has_status_effect(STATUS_EFFECT_ASURA))
user.remove_status_effect(STATUS_EFFECT_ASURA)
else
user.add_status_effect(STATUS_EFFECT_ASURA)