mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 04:45:30 +08:00
Fix: Visited inaccessible grid if support fleet was missing
This commit is contained in:
@@ -83,8 +83,9 @@ class Campaign(CampaignBase):
|
||||
def battle_0(self):
|
||||
if not self.map_is_clear_mode and self.map_has_mob_move:
|
||||
self.mob_move(B3, B4)
|
||||
self.clear_chosen_enemy(A1)
|
||||
return True
|
||||
if A1.is_accessible:
|
||||
self.clear_chosen_enemy(A1)
|
||||
return True
|
||||
|
||||
if self.clear_filter_enemy(self.ENEMY_FILTER, preserve=1):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user