mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-13 09:21:45 +08:00
Fix: Failed to execute map order again after buying action points
This commit is contained in:
@@ -78,6 +78,11 @@ class MapOrderHandler(MapOperation, ActionPointHandler, EnemySearchingHandler, Z
|
|||||||
if self.handle_map_cat_attack():
|
if self.handle_map_cat_attack():
|
||||||
continue
|
continue
|
||||||
if self.handle_action_point(zone=assume_zone, pinned='OBSCURE'):
|
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
|
continue
|
||||||
|
|
||||||
def os_order_execute(self, recon_scan=True, submarine_call=True):
|
def os_order_execute(self, recon_scan=True, submarine_call=True):
|
||||||
|
|||||||
Reference in New Issue
Block a user