mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 16:16:56 +00:00
5fae0bd459
Mirror the druid-stealth page switch for priests: swap to the auto page (8) while in Shadowform, back to the default page when it drops. Driven by UPDATE_SHAPESHIFT_FORM (form ID 28), which fully covers shadowform on its own -- no prowl-style stealth substate to chase. Fold the new state into the existing prowl machinery instead of duplicating it: prowl/shadowform are mutually exclusive by class, so one shared `formpaging` flag and one page constant serve both, and the OnUpdate switch collapses to a single class-gated block.