1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-11 11:02:31 +08:00
This commit is contained in:
SevCrane
2024-06-05 23:53:03 +08:00
179 changed files with 17873 additions and 1 deletions

View File

@@ -80,7 +80,11 @@ class Campaign(CampaignBase):
def battle_0(self):
if not self.map_is_clear_mode and self.map_has_mob_move:
self.mob_move(I6, I7)
<<<<<<< HEAD
self.mob_move(I7, H7)
=======
self.mob_move(I7, I8)
>>>>>>> 24aa3e00bd9af9a6a050df54c6a0cef959a9c6c0
if G7.is_accessible:
self.clear_chosen_enemy(G7)
return True