1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:49:25 +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()