1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-14 17:01:54 +08:00
This commit is contained in:
2026-05-01 15:07:54 +08:00
22 changed files with 187 additions and 86 deletions

View File

@@ -107,9 +107,10 @@ class Campaign(CampaignBase):
def map_data_init(self, map_):
super().map_data_init(map_)
for override_grid in OVERRIDE:
# Set may_enemy, but keep may_ambush
self.map[override_grid.location].may_enemy = override_grid.may_enemy
if not self.map_is_clear_mode:
for override_grid in OVERRIDE:
# Set may_enemy, but keep may_ambush
self.map[override_grid.location].may_enemy = override_grid.may_enemy
def battle_0(self):
self.pick_up_light_house(A9)