Verify first camp routes to unlocked battle
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user