mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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():
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user