Files
Mana-Loop/docs
n8n-gitea 48eee17d43
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m20s
fix: deactivate all disciplines when entering/exiting the Spire
- Add deactivateAll() action to discipline-slice.ts
- Call deactivateAll() in createEnterSpireMode() (combat-descent-actions.ts)
- Add spireMode guard in gameStore.ts tick() to skip discipline processTick
- Call deactivateAll() in exitSpireMode() (combatStore.ts) as safety measure
- Extract buildConversionParams to utils/conversion-params.ts to keep gameStore.ts under 400 lines
- Add regression tests (5 tests, all 1136 passing)

Fixes #347
2026-06-10 11:41:25 +02:00
..