mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: Typo in _emotion_expected_reduce()
This commit is contained in:
@@ -162,7 +162,7 @@ class CampaignBase(CampaignUI, Map, AutoSearchCombat):
|
||||
if 'boss' in data:
|
||||
battle = data.get('battle')
|
||||
reduce = (battle * 2, 2)
|
||||
if self.config.AUTO_SEARCH_SETTING in ['fleet1_boss_fleet2_mob', 'fleet1_standby_fleet2_all']:
|
||||
if self.config.AUTO_SEARCH_SETTING in ['fleet1_all_fleet2_standby', 'fleet1_standby_fleet2_all']:
|
||||
reduce = (reduce[0] + reduce[1], 0)
|
||||
return reduce
|
||||
|
||||
|
||||
Reference in New Issue
Block a user