From e37825f99af99fda5d227958b217f3fdc5dace70 Mon Sep 17 00:00:00 2001 From: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Date: Tue, 30 Mar 2021 16:08:19 -0400 Subject: [PATCH] Update code/datums/spell.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --- code/datums/spell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spell.dm b/code/datums/spell.dm index 85dd4ee4d72..c42ba602773 100644 --- a/code/datums/spell.dm +++ b/code/datums/spell.dm @@ -470,7 +470,7 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) /obj/effect/proc_holder/spell/targeted/click/InterceptClickOn(mob/living/user, params, atom/A) if(..() || !cast_check(TRUE, TRUE, user)) remove_ranged_ability(user) - if (!is_casting) + if(!is_casting) revert_cast(user) return TRUE