Add Nanzhong stabilization battle
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
fortyFourthBattleScenario,
|
||||
fortyFifthBattleScenario,
|
||||
fortySixthBattleScenario,
|
||||
fortySeventhBattleScenario,
|
||||
fifthBattleScenario,
|
||||
fifteenthBattleScenario,
|
||||
fourteenthBattleScenario,
|
||||
@@ -392,6 +393,7 @@ export class TitleScene extends Phaser.Scene {
|
||||
campaign.step === 'forty-fourth-camp' ||
|
||||
campaign.step === 'forty-fifth-camp' ||
|
||||
campaign.step === 'forty-sixth-camp' ||
|
||||
campaign.step === 'forty-seventh-camp' ||
|
||||
campaign.step === 'hanzhong-king-camp' ||
|
||||
campaign.step === 'shu-han-foundation-camp' ||
|
||||
campaign.step === 'baidi-entrustment-camp'
|
||||
@@ -630,6 +632,11 @@ export class TitleScene extends Phaser.Scene {
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'forty-seventh-battle') {
|
||||
this.scene.start('BattleScene', { battleId: fortySeventhBattleScenario.id });
|
||||
return;
|
||||
}
|
||||
|
||||
if (campaign.step === 'first-victory-story') {
|
||||
this.scene.start('StoryScene', { pages: firstBattleVictoryPages, nextScene: 'TitleScene' });
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user