1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Opt: Expose map.spawn_data

This commit is contained in:
LmeSzinc
2020-08-04 17:46:19 +08:00
parent 6edde3933d
commit d4b41aab07
2 changed files with 11 additions and 7 deletions

View File

@@ -399,7 +399,7 @@ class Fleet(Camera, MapOperation, AmbushHandler):
return True
def _expected_combat_end(self, expected):
for data in self.map._spawn_data_backup:
for data in self.map.spawn_data:
if data.get('battle') == self.battle_count and 'boss' in expected:
return 'in_stage'
if data.get('battle') == self.battle_count + 1: