EvilWithin icon indicating copy to clipboard operation
EvilWithin copied to clipboard

Guardian: fix Brace causing a softlock when the player doesn't have Mode Shift

Open modargo opened this issue 1 year ago • 0 comments

This bug was reported by someone playing Spire Biomes because there are various ways to get cards from other characters. Bracing when the player didn't have ModeShiftPower would softlock because BraceAction queued an action that never set isDone.

This PR implements a fix, which is very simple. I tested it locally.

modargo avatar Feb 28 '24 10:02 modargo