generated from nhcarrigan/template
balance: click_2 quest has duplicate reward #110
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?
Issue
The
click_2quest grants a duplicate reward — the same reward item appears more than once in itsrewardsarray, unintentionally doubling that reward.Expected Behaviour
Each reward entry in a quest's reward list should be unique.
Steps to Reproduce
apps/api/src/data/quests.tsclick_2entryrewardsarray for duplicate entriesSuggested Fix
Remove the duplicate reward entry. If a higher quantity was intended, express it via the
amountfield on a single entry.Priority
🟠 High — grants unintended double rewards, breaks economy balance
✨ This issue was created with help from Hikari~ 🌸