1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Fix: Failed to execute map order again after buying action points

This commit is contained in:
LmeSzinc
2021-09-12 16:04:32 +08:00
parent e69455e386
commit 0f855f001e

View File

@@ -78,6 +78,11 @@ class MapOrderHandler(MapOperation, ActionPointHandler, EnemySearchingHandler, Z
if self.handle_map_cat_attack():
continue
if self.handle_action_point(zone=assume_zone, pinned='OBSCURE'):
# After clicking action point cancel, Azur Lane closes map order, instead of staying there.
# So re-enter map order, and re-executing the order.
self.order_enter()
confirm_timer.reset()
missing_timer.reset()
continue
def os_order_execute(self, recon_scan=True, submarine_call=True):