mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Fix: Click on MAP_GOTO_GLOBE in os_mission_enter()
This commit is contained in:
@@ -108,6 +108,11 @@ class OperationSiren(OSGlobe):
|
|||||||
while 1:
|
while 1:
|
||||||
# If unable to receive more dailies, finish them and try again.
|
# If unable to receive more dailies, finish them and try again.
|
||||||
success = self.os_mission_overview_accept()
|
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()
|
self.os_finish_daily_mission()
|
||||||
if success:
|
if success:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user