mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +08:00
Fix: Handle fleet died without auto search reward
This commit is contained in:
@@ -533,10 +533,10 @@ class OperationSiren(Reward, OSMap):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
self = OperationSiren('alas', task='OpsiObscure')
|
||||
self = OperationSiren('alas', task='OpsiStronghold')
|
||||
from module.os.config import OSConfig
|
||||
|
||||
self.config = self.config.merge(OSConfig())
|
||||
self.device.screenshot()
|
||||
self.os_init()
|
||||
self.clear_stronghold()
|
||||
self.zone_init()
|
||||
self.run_stronghold()
|
||||
|
||||
Reference in New Issue
Block a user