mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 05:35:35 +08:00
Fix: Recheck AP boxes when having OCR error
This commit is contained in:
@@ -164,7 +164,8 @@ class ActionPointHandler(UI, MapEventHandler):
|
|||||||
if sum(self._action_point_box[1:]) > 0:
|
if sum(self._action_point_box[1:]) > 0:
|
||||||
break
|
break
|
||||||
# Or having oil
|
# Or having oil
|
||||||
if self._action_point_box[0] > 0:
|
# Might be 0 or 1 when page is not fully loaded
|
||||||
|
if self._action_point_box[0] > 100:
|
||||||
break
|
break
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user