i rewrote this at 2 in the morning

This commit is contained in:
kappa-sama
2021-01-12 09:57:36 -05:00
parent f98edf0eaa
commit 656d95ce2f

View File

@@ -14,7 +14,7 @@
if(user.has_status_effect(STATUS_EFFECT_MANTRA))
user.remove_status_effect(STATUS_EFFECT_MANTRA)
else
user.add_status_effect(STATUS_EFFECT_MANTRA)
user.apply_status_effect(STATUS_EFFECT_MANTRA)
/obj/effect/proc_holder/spell/self/asura
name = "Asura's Wrath"
@@ -32,4 +32,4 @@
if(user.has_status_effect(STATUS_EFFECT_ASURA))
user.remove_status_effect(STATUS_EFFECT_ASURA)
else
user.add_status_effect(STATUS_EFFECT_ASURA)
user.apply_status_effect(STATUS_EFFECT_ASURA)