Fix: Click on MAP_GOTO_GLOBE in os_mission_enter()

This commit is contained in:
LmeSzinc 2022-04-23 12:38:53 +08:00
parent 7c16b633e2
commit cd49c097b6

View File

@ -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