From a2851d4d7cb738cc2bfdfe5e18c1c36727469edf Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 3 Dec 2023 23:02:21 +0100 Subject: [PATCH] [MIRROR] Fixes a major heretic exploit. [MDB IGNORE] (#25410) * Fixes a major heretic exploit. * Update spell.dm --------- Co-authored-by: KittyNoodle <78111117+KittyNoodle@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- code/modules/spells/spell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/spells/spell.dm b/code/modules/spells/spell.dm index 5bc39b389b3..dc30f36149b 100644 --- a/code/modules/spells/spell.dm +++ b/code/modules/spells/spell.dm @@ -48,7 +48,7 @@ button_icon_state = "spell_default" overlay_icon_state = "bg_spell_border" active_overlay_icon_state = "bg_spell_border_active_red" - check_flags = AB_CHECK_CONSCIOUS | AB_CHECK_INCAPACITATED + check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_PHASED panel = "Spells" melee_cooldown_time = 0 SECONDS