Apply sortie selection to battle launch

This commit is contained in:
2026-07-03 00:01:16 +09:00
parent 9856fdb442
commit c57d835799
3 changed files with 20 additions and 3 deletions

View File

@@ -12077,10 +12077,11 @@ export class CampScene extends Phaser.Scene {
}
markCampaignStep(flow.campaignStep);
const selectedSortieUnitIds = [...this.selectedSortieUnitIds];
void startLazyScene(this, 'StoryScene', {
pages: flow.pages,
nextScene: 'BattleScene',
nextSceneData: { battleId: flow.nextBattleId }
nextSceneData: { battleId: flow.nextBattleId, selectedSortieUnitIds }
});
}