mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Handle AP boxes show animation
This commit is contained in:
parent
5940487699
commit
55d99e1c87
@ -173,6 +173,9 @@ class ActionPointHandler(UI):
|
||||
if not self._is_in_action_point():
|
||||
return False
|
||||
|
||||
# AP boxes have an animation to show
|
||||
self.device.sleep(0.3)
|
||||
self.device.screenshot()
|
||||
cost = self.action_point_get_cost(zone, pinned)
|
||||
for _ in range(12):
|
||||
# End
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user