mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Add: Rondo at Rainbow's End chapter AC
- Fix: swipe route out of target box - Fix: Re-add handle_combat_weapon_release()
This commit is contained in:
@@ -38,10 +38,10 @@ class CombatManual(ModuleBase):
|
||||
return True
|
||||
|
||||
def handle_combat_weapon_release(self):
|
||||
# if self.appear_then_click(READY_AIR_RAID, interval=5):
|
||||
# return True
|
||||
# if self.appear_then_click(READY_TORPEDO, interval=5):
|
||||
# return True
|
||||
if self.appear_then_click(READY_AIR_RAID, interval=10):
|
||||
return True
|
||||
if self.appear_then_click(READY_TORPEDO, interval=10):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user