mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-13 10:58:02 +08:00
Fix: misplaced timer reset prevented retry in _pq_goto_room
This commit is contained in:
@@ -87,7 +87,6 @@ class PQInteract(UI):
|
|||||||
self.device.drag(p1, p2, segments=2,
|
self.device.drag(p1, p2, segments=2,
|
||||||
shake=(0, 25), point_random=(0, 0, 0, 0),
|
shake=(0, 25), point_random=(0, 0, 0, 0),
|
||||||
shake_random=(0, -5, 0, 5))
|
shake_random=(0, -5, 0, 5))
|
||||||
settle_timer.reset()
|
|
||||||
else:
|
else:
|
||||||
# Absence of check likely means dialogue is ongoing
|
# Absence of check likely means dialogue is ongoing
|
||||||
self._pq_handle_dialogue()
|
self._pq_handle_dialogue()
|
||||||
|
|||||||
Reference in New Issue
Block a user