Reference in New Issue
Block a user
Delete Branch "burn/20260412-1150-a11y-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #63
Closes #64
Changes
fix: debuff corruption bug in game.js
G.codeBoost *= 0.7on everyupdateRates()call, permanently degrading the boost multiplierG.codeRate *= 0.7— now operates on the rate output, not the persistent boost statefix: bulkCost variable scoping in renderBuildings
bulkCostwas declared withconstinside if/else blocks but referenced in the outer scope for ETA calculationfix: URL revoke race in exportSave
URL.revokeObjectURL()was called synchronously aftera.click()fix: deduplicate click power formula
getClickPower()callVerification