Record campaign arc and data-driven sorties
This commit is contained in:
@@ -358,7 +358,7 @@ try {
|
||||
return activeScenes.includes('StoryScene');
|
||||
});
|
||||
|
||||
for (let i = 0; i < 8; i += 1) {
|
||||
for (let i = 0; i < 14; i += 1) {
|
||||
const isSecondBattleActive = await page.evaluate(() => {
|
||||
const state = window.__HEROS_DEBUG__?.battle();
|
||||
return state?.scene === 'BattleScene' && state?.battleId === 'second-battle-yellow-turban-pursuit';
|
||||
|
||||
Reference in New Issue
Block a user