mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Port dailies are skipped
This commit is contained in:
parent
f55a95038c
commit
d81a86923d
@ -113,11 +113,11 @@ class OperationSiren(OSGlobe):
|
|||||||
# or it will click on MAP_GOTO_GLOBE
|
# or it will click on MAP_GOTO_GLOBE
|
||||||
self.zone_init()
|
self.zone_init()
|
||||||
self.os_finish_daily_mission()
|
self.os_finish_daily_mission()
|
||||||
if success:
|
|
||||||
break
|
|
||||||
if self.is_in_opsi_explore():
|
if self.is_in_opsi_explore():
|
||||||
self.os_port_mission()
|
self.os_port_mission()
|
||||||
break
|
break
|
||||||
|
if success:
|
||||||
|
break
|
||||||
|
|
||||||
self.config.task_delay(server_update=True)
|
self.config.task_delay(server_update=True)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user