mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: map_is_2x_book is in emotion calculation before map_get_info()
This commit is contained in:
@@ -186,8 +186,7 @@ class Raid(MapOperation, Combat):
|
||||
Campaign_UseAutoSearch=False,
|
||||
Fleet_FleetOrder='fleet1_all_fleet2_standby'
|
||||
)
|
||||
if self.config.Emotion_CalculateEmotion:
|
||||
self.emotion.check_reduce(1)
|
||||
self.emotion.check_reduce(1)
|
||||
|
||||
self.raid_enter(mode=mode, raid=raid)
|
||||
self.combat(balance_hp=False, expected_end=self.raid_expected_end)
|
||||
|
||||
Reference in New Issue
Block a user