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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user