Add Meng Huo second capture battle
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
fortyFourthBattleScenario,
|
||||
fortyFifthBattleScenario,
|
||||
fortyEighthBattleScenario,
|
||||
fortyNinthBattleScenario,
|
||||
fortySixthBattleScenario,
|
||||
fortySeventhBattleScenario,
|
||||
fifthBattleScenario,
|
||||
@@ -396,6 +397,7 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'forty-sixth-camp' ||
|
||||
campaign.step === 'forty-seventh-camp' ||
|
||||
campaign.step === 'forty-eighth-camp' ||
|
||||
campaign.step === 'forty-ninth-camp' ||
|
||||
campaign.step === 'hanzhong-king-camp' ||
|
||||
campaign.step === 'shu-han-foundation-camp' ||
|
||||
campaign.step === 'baidi-entrustment-camp'
|
||||
@@ -644,6 +646,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'forty-ninth-battle') {
|
||||
this.scene.start('BattleScene', { battleId: fortyNinthBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user