mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +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))}%, '
|
||||
'retreating to nearest azur port for repairs')
|
||||
self.fleet_repair(revert=revert)
|
||||
self.hp_reset()
|
||||
else:
|
||||
logger.info('No ship found to be below threshold '
|
||||
f'{str(int(self.config.OS_REPAIR_THRESHOLD * 100))}%, '
|
||||
'continue OS exploration')
|
||||
self.hp_reset()
|
||||
|
||||
def os_port_daily(self, mission=True, supply=True):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user