mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-08 16:33:06 +08:00
Upd: delete gg_handler
This commit is contained in:
@@ -51,15 +51,8 @@ class AshCombat(Combat):
|
||||
return False
|
||||
|
||||
def handle_battle_preparation(self):
|
||||
|
||||
if self.appear(BATTLE_PREPARATION, offset=(20, 20)):
|
||||
self.device.sleep(0.5)
|
||||
self.device.screenshot()
|
||||
# Power limit check
|
||||
from module.gg_handler.gg_handler import GGHandler
|
||||
GGHandler(config=self.config, device=self.device).power_limit('Ash')
|
||||
if super().handle_battle_preparation():
|
||||
return True
|
||||
if super().handle_battle_preparation():
|
||||
return True
|
||||
|
||||
if self.appear_then_click(ASH_START, offset=(30, 30), interval=2):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user