1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-19 20:55:05 +08:00

Upd: Battle UI OldeRoyal

This commit is contained in:
LmeSzinc
2026-08-18 03:14:17 +08:00
parent bd3f1798f1
commit d6b4bba443
4 changed files with 4 additions and 0 deletions

View File

@@ -136,6 +136,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
return PAUSE_AzureCore
if PAUSE_Nier.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_Nier
if PAUSE_OldeRoyal.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_OldeRoyal
return False
def handle_combat_quit(self, offset=(20, 20), interval=3):