mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-23 06:06:16 +08:00
Fix: extend submarine call timer to prevent animation-induced timeout
This commit is contained in:
@@ -16,7 +16,7 @@ BOSS_AVATAR_FRAME_COLOR = (24, 28, 24)
|
|||||||
|
|
||||||
class SubmarineCall(ModuleBase):
|
class SubmarineCall(ModuleBase):
|
||||||
submarine_call_flag = False
|
submarine_call_flag = False
|
||||||
submarine_call_timer = Timer(5)
|
submarine_call_timer = Timer(8)
|
||||||
submarine_call_click_timer = Timer(1)
|
submarine_call_click_timer = Timer(1)
|
||||||
|
|
||||||
def submarine_call_reset(self):
|
def submarine_call_reset(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user