fix: correct sunken temple quest reward regression

Closes #193
This commit is contained in:
2026-03-31 18:37:49 -07:00
committed by Naomi Carrigan
parent bdc5849c93
commit 912a7414b4
+3 -3
View File
@@ -265,9 +265,9 @@ export const defaultQuests: Array<Quest> = [
name: "The Sunken Temple",
prerequisiteIds: [ "witch_coven" ],
rewards: [
{ amount: 2_000_000, type: "gold" },
{ amount: 1500, type: "essence" },
{ amount: 75, type: "crystals" },
{ amount: 60_000_000, type: "gold" },
{ amount: 25_000, type: "essence" },
{ amount: 400, type: "crystals" },
],
status: "locked",
zoneId: "shadow_marshes",