mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: emotion_reduce when Coalition_Fleet=='multi' (#2399)
This commit is contained in:
@@ -59,7 +59,10 @@ class CoalitionCombat(CoalitionUI, CampaignBase):
|
|||||||
try:
|
try:
|
||||||
while 1:
|
while 1:
|
||||||
logger.hr(f'{self.FUNCTION_NAME_BASE}{self.battle_count}', level=2)
|
logger.hr(f'{self.FUNCTION_NAME_BASE}{self.battle_count}', level=2)
|
||||||
self.auto_search_combat_execute(emotion_reduce=True, fleet_index=1)
|
self.auto_search_combat_execute(
|
||||||
|
emotion_reduce=self.battle_count==0 or self.config.Coalition_Fleet=='single',
|
||||||
|
fleet_index=1
|
||||||
|
)
|
||||||
self.coalition_combat_re_enter()
|
self.coalition_combat_re_enter()
|
||||||
self.battle_count += 1
|
self.battle_count += 1
|
||||||
except CampaignEnd:
|
except CampaignEnd:
|
||||||
|
|||||||
Reference in New Issue
Block a user