mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 14:55:35 +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()
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user