mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 17:29:04 +08:00
Merge branch 'master' of https://github.com/sui-feng-cb/AzurLaneAutoScript
This commit is contained in:
commit
d4c737fced
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user