From 4ab49833e3af87b1c5c3077e019c266945e70536 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Fri, 30 Apr 2021 23:08:15 +0800 Subject: [PATCH] Fix: Force to terminate meowfficer searching when going to ash --- module/os_ash/ash.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/os_ash/ash.py b/module/os_ash/ash.py index 62d0eaf35..27fd287f0 100644 --- a/module/os_ash/ash.py +++ b/module/os_ash/ash.py @@ -103,6 +103,10 @@ class OSAsh(UI): if self._handle_ash_beacon_reward(): confirm_timer.reset() continue + if self.handle_popup_confirm('GOTO_GLOBE'): + # Popup: Leaving current zone will terminate meowfficer searching + confirm_timer.reset() + continue # End if self.is_in_ash():