1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 15:49:25 +08:00

Fix: Avoid clicking GET_SHIP after entering page_meowfficer

This commit is contained in:
LmeSzinc
2025-11-04 17:17:58 +08:00
parent cfe9ec5618
commit cd18378ad4

View File

@@ -611,6 +611,8 @@ class UI(InfoHandler):
self.interval_reset(GET_SHIP)
if button == DORMMENU_GOTO_DORM:
self.interval_reset(GET_SHIP)
if button == DORMMENU_GOTO_MEOWFFICER:
self.interval_reset(GET_SHIP)
for switch_button in page_main.links.values():
if button == switch_button:
self.interval_reset(GET_SHIP)