1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 05:35:35 +08:00

Fix: map_is_2x_book is in emotion calculation before map_get_info()

This commit is contained in:
LmeSzinc
2022-06-09 23:24:51 +08:00
parent 389f9c4234
commit 65d964b65e
5 changed files with 24 additions and 15 deletions

View File

@@ -120,8 +120,7 @@ class CampaignBase(CampaignUI, Map, AutoSearchCombat):
logger.hr(self.ENTRANCE, level=2)
# Enter map
if self.config.Emotion_CalculateEmotion:
self.emotion.check_reduce(self._map_battle)
self.emotion.check_reduce(self._map_battle)
self.ENTRANCE.area = self.ENTRANCE.button
self.enter_map(self.ENTRANCE, mode=self.config.Campaign_Mode)