Add King of Hanzhong council milestone

This commit is contained in:
2026-06-23 14:21:47 +09:00
parent b4c34afeed
commit 43347fb33b
7 changed files with 140 additions and 16 deletions

View File

@@ -373,7 +373,8 @@ export class TitleScene extends Phaser.Scene {
campaign.step === 'thirty-fourth-camp' ||
campaign.step === 'thirty-fifth-camp' ||
campaign.step === 'thirty-sixth-camp' ||
campaign.step === 'thirty-seventh-camp'
campaign.step === 'thirty-seventh-camp' ||
campaign.step === 'hanzhong-king-camp'
) {
this.scene.start('CampScene');
return;