Verify first camp routes to unlocked battle

This commit is contained in:
2026-07-05 18:15:12 +09:00
parent bd47031bec
commit 054c1564d1
2 changed files with 6 additions and 0 deletions

View File

@@ -15478,6 +15478,8 @@ export class CampScene extends Phaser.Scene {
activeTab: this.activeTab,
sortieVisible: this.sortieObjects.length > 0,
sortieHasBattle: Boolean(sortieScenario),
nextSortieBattleId: sortieScenario?.id ?? null,
nextSortieBattleTitle: sortieScenario?.title ?? null,
sortieRecommendationEnabled: this.canApplyRecommendedSortiePlan(sortieScenario),
selectedUnitId: this.selectedUnitId,
selectedDialogueId: this.selectedDialogueId,