mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Detect enemy_scale=1 because of map buff icons
This commit is contained in:
@@ -183,7 +183,7 @@ class CampaignMap:
|
||||
loca = tuple(offset + grid.location)
|
||||
if loca in self.grids:
|
||||
self.grids[loca].update(grid, is_carrier_scan=is_carrier_scan, ignore_may=self.poor_map_data)
|
||||
self.show()
|
||||
|
||||
return True
|
||||
|
||||
def reset(self):
|
||||
|
||||
Reference in New Issue
Block a user