mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 10:17:38 +08:00
Fix: Click on MAP_GOTO_GLOBE in os_mission_enter()
This commit is contained in:
parent
7c16b633e2
commit
cd49c097b6
@ -108,6 +108,11 @@ class OperationSiren(OSGlobe):
|
||||
while 1:
|
||||
# If unable to receive more dailies, finish them and try again.
|
||||
success = self.os_mission_overview_accept()
|
||||
# Re-init zone name
|
||||
# MISSION_ENTER appear from the right,
|
||||
# need to confirm that the animation has ended,
|
||||
# or it will click on MAP_GOTO_GLOBE
|
||||
self.zone_init()
|
||||
self.os_finish_daily_mission()
|
||||
if success:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user