mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-19 07:27:09 +08:00
Opt: Remove redundant config read before raid battle
This commit is contained in:
@@ -131,8 +131,9 @@ class Raid(MapOperation, Combat, CampaignEvent):
|
|||||||
"""
|
"""
|
||||||
logger.info('Combat preparation.')
|
logger.info('Combat preparation.')
|
||||||
skip_first_screenshot = True
|
skip_first_screenshot = True
|
||||||
if emotion_reduce:
|
# No need, already waited in `raid_execute_once()`
|
||||||
self.emotion.wait(fleet_index)
|
# if emotion_reduce:
|
||||||
|
# self.emotion.wait(fleet_index)
|
||||||
|
|
||||||
@run_once
|
@run_once
|
||||||
def check_oil():
|
def check_oil():
|
||||||
|
|||||||
Reference in New Issue
Block a user