mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-17 04:41:40 +08:00
Opt: Wait for emotion before entering map
This commit is contained in:
@@ -111,6 +111,7 @@ class CampaignBase(Map, CampaignUI):
|
|||||||
def run(self):
|
def run(self):
|
||||||
logger.hr(self.ENTRANCE, level=2)
|
logger.hr(self.ENTRANCE, level=2)
|
||||||
self.handle_spare_fleet()
|
self.handle_spare_fleet()
|
||||||
|
self.emotion.wait()
|
||||||
self.ENTRANCE.area = self.ENTRANCE.button
|
self.ENTRANCE.area = self.ENTRANCE.button
|
||||||
self.enter_map(self.ENTRANCE, mode=self.config.CAMPAIGN_MODE)
|
self.enter_map(self.ENTRANCE, mode=self.config.CAMPAIGN_MODE)
|
||||||
self.handle_map_fleet_lock()
|
self.handle_map_fleet_lock()
|
||||||
|
|||||||
Reference in New Issue
Block a user