1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-29 22:07:13 +08:00

Upd: non_stop_clear_all for event 20221124 and 20250724

This commit is contained in:
sui-feng-cb
2025-08-03 09:32:29 +08:00
parent 946bb8e731
commit ae662371ea
3 changed files with 6 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ class CampaignBase(CampaignBase_):
appear = AUTO_SEARCH.appear(main=self)
self.map_is_100_percent_clear = self.map_is_3_stars = self.map_is_threat_safe = appear
self.map_has_clear_mode = appear
if self.config.StopCondition_MapAchievement == 'non_stop_clear_all':
self.config.MAP_CLEAR_ALL_THIS_TIME = True
self.map_show_info()
def handle_mystery_items(self, button=None, drop=None):

View File

@@ -68,4 +68,6 @@ class CampaignBaseTS(CampaignBaseT):
appear = AUTO_SEARCH.appear(main=self)
self.map_is_100_percent_clear = self.map_is_3_stars = self.map_is_threat_safe = appear
self.map_has_clear_mode = appear
if self.config.StopCondition_MapAchievement == 'non_stop_clear_all':
self.config.MAP_CLEAR_ALL_THIS_TIME = True
self.map_show_info()