Skip to content

Commit

Permalink
[MIRROR] Fixes a major heretic exploit. [MDB IGNORE] (#25410)
Browse files Browse the repository at this point in the history
* Fixes a major heretic exploit.

* Update spell.dm

---------

Co-authored-by: KittyNoodle <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored and FFMirrorBot committed Dec 3, 2023
1 parent f16aeea commit a2851d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/spells/spell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2851d4

Please sign in to comment.