mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 02:33:34 +08:00
Fix: CampaignNameError in _sos_is_appear_at_chapter()
This commit is contained in:
@@ -17,6 +17,9 @@ class CampaignBase(CampaignBase_):
|
||||
Returns:
|
||||
Button:
|
||||
"""
|
||||
if '-5' not in name:
|
||||
return super().campaign_get_entrance(name)
|
||||
|
||||
sim, point = TEMPLATE_STAGE_SOS.match_result(self.device.image)
|
||||
if sim < 0.85:
|
||||
raise CampaignNameError
|
||||
|
||||
Reference in New Issue
Block a user