mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 16:19:03 +08:00
Fix: super call clause; like other overridden funcs
This commit is contained in:
parent
ac14857d32
commit
0877e1e6a9
@ -46,6 +46,8 @@ class GuildCombat(Combat):
|
|||||||
"""
|
"""
|
||||||
if self.is_combat_executing():
|
if self.is_combat_executing():
|
||||||
return False
|
return False
|
||||||
|
if super().handle_exp_info():
|
||||||
|
return True
|
||||||
if self.appear_then_click(EXP_INFO_CF):
|
if self.appear_then_click(EXP_INFO_CF):
|
||||||
self.device.sleep((0.25, 0.5))
|
self.device.sleep((0.25, 0.5))
|
||||||
return True
|
return True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user