fix: move void_walker unlock to lava_flows to break combat power wall
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m5s
CI / Lint, Build & Test (pull_request) Successful in 1m9s

This commit is contained in:
2026-03-20 15:14:42 -07:00
committed by Naomi Carrigan
parent dc1782bec9
commit 7cdb5f7e83
+2 -1
View File
@@ -264,6 +264,7 @@ export const defaultQuests: Array<Quest> = [
rewards: [
{ amount: 15_000_000, type: "gold" },
{ amount: 4000, type: "essence" },
{ targetId: "void_walker", type: "adventurer" },
],
status: "locked",
zoneId: "volcanic_depths",
@@ -277,9 +278,9 @@ export const defaultQuests: Array<Quest> = [
name: "The Temple of the Flame",
prerequisiteIds: [ "lava_flows" ],
rewards: [
{ amount: 40_000_000, type: "gold" },
{ amount: 12_000, type: "essence" },
{ amount: 300, type: "crystals" },
{ targetId: "void_walker", type: "adventurer" },
],
status: "locked",
zoneId: "volcanic_depths",