Refine Archive World navigation and gate progression
All checks were successful
Build Org Website / build (push) Successful in 38s

This commit is contained in:
gitea-actions
2026-07-30 10:02:58 +01:00
parent c06af38d80
commit 2f125f32ae
10 changed files with 301 additions and 80 deletions

View File

@@ -80,6 +80,8 @@
else if (questState.status === "active") {
action = quest.kind === "combat"
? `<p class="rpg-panel__note">Combat progress: ${questState.count} / ${quest.target}</p><button type="button" data-action="return">Return to the fight</button>`
: id === "playroom"
? `<button type="button" data-action="travel" data-area="playroom">Enter the lantern maze</button>`
: quest.kind === "boss"
? `<button type="button" data-action="travel" data-area="workshop">Enter the repair yard</button>`
: `<button type="button" data-action="challenge" data-id="${place.questId}">Continue challenge</button>`;