mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 15:47:42 +08:00
Fix: Timer for reward
This commit is contained in:
@@ -52,7 +52,7 @@ class Reward(RewardCommission, RewardTacticalClass):
|
||||
logger.hr('Reward receive')
|
||||
|
||||
reward = False
|
||||
exit_timer = Timer(1, count=3)
|
||||
exit_timer = Timer(1.5, count=5)
|
||||
click_timer = Timer(1)
|
||||
exit_timer.start()
|
||||
btn = []
|
||||
|
||||
@@ -148,7 +148,7 @@ class BookGroup:
|
||||
|
||||
|
||||
class RewardTacticalClass(UI, InfoHandler):
|
||||
tactical_animation_timer = Timer(2, count=3)
|
||||
tactical_animation_timer = Timer(2, count=6)
|
||||
|
||||
def _tactical_animation_running(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user