mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 10:21:30 +08:00
Fix: Use action_point_safe_get in action_point_use
This commit is contained in:
@@ -90,7 +90,7 @@ class ActionPointHandler(UI):
|
|||||||
if self.handle_popup_confirm('ACTION_POINT_USE'):
|
if self.handle_popup_confirm('ACTION_POINT_USE'):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
self.action_point_update()
|
self.action_point_safe_get()
|
||||||
if self._action_point_current > prev:
|
if self._action_point_current > prev:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user