1
0
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:
LmeSzinc 2020-09-18 12:45:20 +08:00
parent 776532ea7f
commit 3e89e59043

View File

@ -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