fix: remove duplicate click_2 upgrade reward from ancient_ruins quest (#110)

This commit is contained in:
2026-03-23 16:41:57 -07:00
committed by Naomi Carrigan
parent 9159b535ad
commit fc0cd29cc3
-1
View File
@@ -64,7 +64,6 @@ export const defaultQuests: Array<Quest> = [
prerequisiteIds: [ "haunted_mine" ],
rewards: [
{ amount: 50, type: "essence" },
{ targetId: "click_2", type: "upgrade" },
{ targetId: "acolyte", type: "adventurer" },
],
status: "locked",