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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user