mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-21 20:23:54 +08:00
Refactor: Use numpy image cache instead of pillow image
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=5):
|
||||
# return True
|
||||
# if self.appear_then_click(READY_TORPEDO, interval=5):
|
||||
# return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user