mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Stuck in hard campaign equip take off
This commit is contained in:
parent
776532ea7f
commit
3e89e59043
@ -76,7 +76,8 @@ class Campaign(CampaignBase, HardEquipment):
|
||||
self.device.screenshot()
|
||||
|
||||
# Enter campaign
|
||||
if campaign_timer.reached() and self.appear_then_click(self.ENTRANCE):
|
||||
if campaign_timer.reached() and self.is_in_stage():
|
||||
self.device.click(self.ENTRANCE)
|
||||
campaign_timer.reset()
|
||||
continue
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user