mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 04:37:44 +08:00
Opt: AutoSearchFleetOrder is merged into FleetOrder
This commit is contained in:
@@ -185,10 +185,8 @@ class Emotion:
|
||||
Raise:
|
||||
ScriptEnd: Delay current task to prevent emotion control in the future.
|
||||
"""
|
||||
if self.config.Campaign_UseAutoSearch:
|
||||
method = self.config.Fleet_AutoSearchFleetOrder
|
||||
else:
|
||||
method = self.config.Fleet_FleetOrder
|
||||
|
||||
method = self.config.Fleet_FleetOrder
|
||||
|
||||
if method == 'fleet1_mob_fleet2_boss':
|
||||
battle = (battle - 1, 1)
|
||||
|
||||
Reference in New Issue
Block a user