beacon: persist the Unbuilding defer cooldown
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Successful in 6s
Smoke Test / smoke (pull_request) Failing after 9s

This commit is contained in:
Timmy
2026-04-14 11:43:51 -04:00
parent 4f0b54a970
commit 6803ef80af
4 changed files with 43 additions and 7 deletions

View File

@@ -167,6 +167,7 @@ const G = {
dismantleStage: 0,
dismantleResourceIndex: 0,
dismantleResourceTimer: 0,
dismantleDeferUntilAt: 0,
dismantleComplete: false
};