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

Merge pull request #5291 from LmeSzinc/dev

Fix: PQ stuck in exit room routine
This commit is contained in:
nEEtdo0d
2025-11-04 09:41:59 -05:00
committed by GitHub

View File

@@ -215,8 +215,9 @@ class PQInteract(UI):
"""
# Rare case in the middle of dialogue, so address
# before initiating room exit
if not self.appear(PRIVATE_QUARTERS_ROOM_CHECK, offset=(20, 20)):
self._pq_handle_dialogue()
if (not self.appear(PRIVATE_QUARTERS_ROOM_CHECK, offset=(20, 20)) and
not self.appear(PRIVATE_QUARTERS_INTERACT, offset=(0, 60))):
self._pq_handle_dialogue()
self.interval_clear(PRIVATE_QUARTERS_ROOM_BACK)
self.ui_click(