Apply sortie selection to battle launch
This commit is contained in:
@@ -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 }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user