mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-29 12:47:13 +08:00
Fix: Move hp_reset
This commit is contained in:
@@ -126,11 +126,11 @@ class OperationSiren(OSMap):
|
|||||||
f'{str(int(self.config.OS_REPAIR_THRESHOLD * 100))}%, '
|
f'{str(int(self.config.OS_REPAIR_THRESHOLD * 100))}%, '
|
||||||
'retreating to nearest azur port for repairs')
|
'retreating to nearest azur port for repairs')
|
||||||
self.fleet_repair(revert=revert)
|
self.fleet_repair(revert=revert)
|
||||||
self.hp_reset()
|
|
||||||
else:
|
else:
|
||||||
logger.info('No ship found to be below threshold '
|
logger.info('No ship found to be below threshold '
|
||||||
f'{str(int(self.config.OS_REPAIR_THRESHOLD * 100))}%, '
|
f'{str(int(self.config.OS_REPAIR_THRESHOLD * 100))}%, '
|
||||||
'continue OS exploration')
|
'continue OS exploration')
|
||||||
|
self.hp_reset()
|
||||||
|
|
||||||
def os_port_daily(self, mission=True, supply=True):
|
def os_port_daily(self, mission=True, supply=True):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user