1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-20 23:45:36 +08:00

Opt: mob move strategy in 15-4 (#3672)

This commit is contained in:
guoh064
2024-04-23 19:39:13 +08:00
committed by GitHub
parent a4f8bde695
commit 0264e3f347

View File

@@ -91,7 +91,7 @@ class Campaign(CampaignBase):
def battle_0(self):
if not self.map_is_clear_mode and self.map_has_mob_move:
self.mob_move(J8, J7)
self.mob_move(J8, K8)
self.clear_chosen_enemy(K9)
return True