mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 12:49:03 +08:00
Fix: Shorten ASIDE_SWITCH_20241219 unknown_timer
This commit is contained in:
parent
4b5039fabf
commit
bd217b739b
@ -34,6 +34,9 @@ ASIDE_SWITCH_20241219.add_state('part1', CHAPTER_20241219_PART1)
|
||||
ASIDE_SWITCH_20241219.add_state('part2', CHAPTER_20241219_PART2)
|
||||
ASIDE_SWITCH_20241219.add_state('sp', CHAPTER_20241219_SP)
|
||||
ASIDE_SWITCH_20241219.add_state('ex', CHAPTER_20241219_EX)
|
||||
# shorten unknown_timer for faster hanlding
|
||||
# because of game bug that aside indicator will be missing after campaign retreat or finish
|
||||
ASIDE_SWITCH_20241219.set_unknown_timer = Timer(0.6, count=2)
|
||||
|
||||
|
||||
def is_digit_chapter(chapter):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user