i rewrote this at 2 in the morning
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
if(user.has_status_effect(STATUS_EFFECT_MANTRA))
|
if(user.has_status_effect(STATUS_EFFECT_MANTRA))
|
||||||
user.remove_status_effect(STATUS_EFFECT_MANTRA)
|
user.remove_status_effect(STATUS_EFFECT_MANTRA)
|
||||||
else
|
else
|
||||||
user.add_status_effect(STATUS_EFFECT_MANTRA)
|
user.apply_status_effect(STATUS_EFFECT_MANTRA)
|
||||||
|
|
||||||
/obj/effect/proc_holder/spell/self/asura
|
/obj/effect/proc_holder/spell/self/asura
|
||||||
name = "Asura's Wrath"
|
name = "Asura's Wrath"
|
||||||
@@ -32,4 +32,4 @@
|
|||||||
if(user.has_status_effect(STATUS_EFFECT_ASURA))
|
if(user.has_status_effect(STATUS_EFFECT_ASURA))
|
||||||
user.remove_status_effect(STATUS_EFFECT_ASURA)
|
user.remove_status_effect(STATUS_EFFECT_ASURA)
|
||||||
else
|
else
|
||||||
user.add_status_effect(STATUS_EFFECT_ASURA)
|
user.apply_status_effect(STATUS_EFFECT_ASURA)
|
||||||
|
|||||||
Reference in New Issue
Block a user