From 1134e1ce20608490592f89bf9dd8d2a53259195b Mon Sep 17 00:00:00 2001 From: kappa-sama Date: Fri, 15 Jan 2021 00:36:45 -0500 Subject: [PATCH] i don't wanna talk about it --- code/modules/spells/spell_types/togglebuff.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/spells/spell_types/togglebuff.dm b/code/modules/spells/spell_types/togglebuff.dm index d1c4f55393..4b8f3d02e1 100644 --- a/code/modules/spells/spell_types/togglebuff.dm +++ b/code/modules/spells/spell_types/togglebuff.dm @@ -9,6 +9,8 @@ invocation_type = "shout" level_max = 0 cooldown_min = 100 + action_icon = 'icons/obj/magic.dmi' + action_icon_state = "iconmantra" /obj/effect/proc_holder/spell/self/mantra/cast(mob/living/carbon/human/user) if(user.has_status_effect(STATUS_EFFECT_MANTRA)) @@ -27,6 +29,8 @@ invocation_type = "shout" level_max = 0 cooldown_min = 100 + action_icon = 'icons/obj/magic.dmi' + action_icon_state = "iconasura" /obj/effect/proc_holder/spell/self/asura/cast(mob/living/carbon/human/user) if(user.has_status_effect(STATUS_EFFECT_ASURA))