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:
@@ -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):
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user