mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39: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
|
# Rare case in the middle of dialogue, so address
|
||||||
# before initiating room exit
|
# before initiating room exit
|
||||||
if not self.appear(PRIVATE_QUARTERS_ROOM_CHECK, offset=(20, 20)):
|
if (not self.appear(PRIVATE_QUARTERS_ROOM_CHECK, offset=(20, 20)) and
|
||||||
self._pq_handle_dialogue()
|
not self.appear(PRIVATE_QUARTERS_INTERACT, offset=(0, 60))):
|
||||||
|
self._pq_handle_dialogue()
|
||||||
|
|
||||||
self.interval_clear(PRIVATE_QUARTERS_ROOM_BACK)
|
self.interval_clear(PRIVATE_QUARTERS_ROOM_BACK)
|
||||||
self.ui_click(
|
self.ui_click(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user