1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Fix: [EN] Unable to detect META skill list

This commit is contained in:
LmeSzinc
2022-09-25 02:39:45 +08:00
parent 5a8ef0835a
commit cc922d798e
7 changed files with 31 additions and 6 deletions

View File

@@ -556,7 +556,9 @@ class RewardTacticalClass(Dock):
# Confirm selected ship
# Clear interval if alas have just selected and exited from a meta skill
self.interval_clear(SHIP_CONFIRM)
self.dock_select_confirm(TACTICAL_SKILL_LIST)
# Removed the use of TACTICAL_SKILL_LIST, cause EN uses "Select skills"
# in normal skill list but "Choose skills" in META skill list
self.dock_select_confirm(check_button=[SKILL_CONFIRM, TACTICAL_META])
return True