generated from nhcarrigan/template
feat: cap auto-buy count on non-max-tier adventurers #151
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Description
Auto-buy should stop purchasing lower-tier adventurers once they reach a configured cap (e.g. 100), so that gold is not wasted on weaker units when stronger ones become available.
Proposed Behaviour
Example
Notes
The cap value (100) is a suggested default — consider whether this should be configurable per player or fixed in the game data. Also consider whether the cap should apply immediately or only once the next tier is unlocked.
✨ This issue was created with help from Hikari~ 🌸
Already implemented — autoBuyCap = 100 with max-tier check in gameContext.tsx. ✨ This issue was closed with help from Hikari~ 🌸