mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:37:41 +08:00
Fix: Auto search condition patch
This commit is contained in:
parent
d55ede30a8
commit
efb13b3106
@ -66,9 +66,10 @@ class CampaignBase(CampaignBase_):
|
||||
super().map_get_info()
|
||||
|
||||
# Chapter TH has no map_percentage and no 3_stars
|
||||
if name.startswith('th'):
|
||||
self.map_is_100_percent_clear = self.map_is_3_stars = self.map_is_threat_safe = auto_search.appear(
|
||||
main=self)
|
||||
if name.startswith('th') or name.startswith('ht'):
|
||||
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
|
||||
self.map_show_info()
|
||||
|
||||
def clear_map_items(self, grids):
|
||||
|
Loading…
Reference in New Issue
Block a user