Add Liu Biao camp visit events

This commit is contained in:
2026-06-23 04:51:40 +09:00
parent 8f2479e5fc
commit c209107b43
5 changed files with 389 additions and 14 deletions

View File

@@ -2520,6 +2520,7 @@ export class BattleScene extends Phaser.Scene {
: undefined,
itemRewards: outcome === 'victory' ? [...battleScenario.itemRewards] : [],
completedCampDialogues: [],
completedCampVisits: [],
createdAt: new Date().toISOString()
});
}