mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 21:13:33 +08:00
Fix: Handle AP boxes show animation
This commit is contained in:
@@ -173,6 +173,9 @@ class ActionPointHandler(UI):
|
|||||||
if not self._is_in_action_point():
|
if not self._is_in_action_point():
|
||||||
return False
|
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)
|
cost = self.action_point_get_cost(zone, pinned)
|
||||||
for _ in range(12):
|
for _ in range(12):
|
||||||
# End
|
# End
|
||||||
|
|||||||
Reference in New Issue
Block a user