fix: preserve autoQuest and autoBoss settings across prestige #66

Merged
naomi merged 1 commits from fix/auto-quest-post-prestige into main 2026-03-18 13:26:18 -07:00

1 Commits

Author SHA1 Message Date
hikari 425b55ec9e fix: preserve autoQuest and autoBoss settings across prestige
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
CI / Lint, Build & Test (pull_request) Successful in 1m9s
Resolves #51 — after a prestige the post-prestige state was built from
initialGameState which hard-codes both flags to false, so auto-quest and
auto-boss would silently turn off mid-run even if the player had them
enabled. buildPostPrestigeState now carries the live values forward so
automation preferences survive the reset.
2026-03-18 12:48:41 -07:00