mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 19:53:44 +08:00
Fix: Stuck in hard campaign equip take off
This commit is contained in:
@@ -76,7 +76,8 @@ class Campaign(CampaignBase, HardEquipment):
|
|||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
# Enter campaign
|
# 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()
|
campaign_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user