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

Add: Attack abyssal boss

This commit is contained in:
LmeSzinc
2021-12-06 20:56:57 +08:00
parent 1290224c50
commit caf51858e9
11 changed files with 347 additions and 74 deletions

View File

@@ -278,10 +278,7 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
# End
if self.is_in_map():
if confirm_timer.reached():
break
else:
confirm_timer.reset()
break
if self.is_zone_pinned() and click_timer.reached():
self.device.click(ZONE_ENTRANCE)