1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 16:57:20 +08:00

Opt: Wait for emotion before entering map

This commit is contained in:
LmeSzinc
2020-10-29 22:21:39 +08:00
parent 92eb569eb2
commit a63ac5631b

View File

@@ -111,6 +111,7 @@ class CampaignBase(Map, CampaignUI):
def run(self):
logger.hr(self.ENTRANCE, level=2)
self.handle_spare_fleet()
self.emotion.wait()
self.ENTRANCE.area = self.ENTRANCE.button
self.enter_map(self.ENTRANCE, mode=self.config.CAMPAIGN_MODE)
self.handle_map_fleet_lock()