fix: align audiovisual and narrative feedback
This commit is contained in:
@@ -36,7 +36,12 @@ try {
|
||||
]);
|
||||
const errors = [];
|
||||
const expectedRequiredVictoryObjectives = new Map([
|
||||
['seventeenth-battle-wolong-visit-road', new Set(['scholar-rendezvous', 'longzhong-cottage'])]
|
||||
['seventeenth-battle-wolong-visit-road', new Set(['scholar-rendezvous', 'longzhong-cottage'])],
|
||||
['twenty-second-battle-red-cliffs-fire', new Set(['fire-ship-landing', 'wind-signal', 'chain-fleet'])],
|
||||
['thirty-third-battle-chengdu-surrender', new Set(['outer-village', 'chengdu-storehouse'])],
|
||||
['forty-sixth-battle-yiling-fire', new Set(['fire-camps', 'retreat-road'])],
|
||||
['fifty-fourth-battle-meng-huo-final-capture', new Set(['council-road', 'village-witnesses'])],
|
||||
['sixty-sixth-battle-wuzhang-final', new Set(['preserve-wuzhang-camps', 'protect-returning-villages'])]
|
||||
]);
|
||||
|
||||
scenarioEntries.forEach(([scenarioId, scenario]) => {
|
||||
|
||||
Reference in New Issue
Block a user