Link sortie roles to battle deployment
This commit is contained in:
@@ -319,7 +319,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
|
||||
const battleId = battleIdForCampaignStep(campaign.step);
|
||||
if (battleId) {
|
||||
await this.navigateTo('BattleScene', { battleId, selectedSortieUnitIds: campaign.selectedSortieUnitIds });
|
||||
await this.navigateTo('BattleScene', {
|
||||
battleId,
|
||||
selectedSortieUnitIds: campaign.selectedSortieUnitIds,
|
||||
sortieFormationAssignments: campaign.sortieFormationAssignments
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user