mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: tactical failed when the ship's all skills are leveled max (#3201)
This commit is contained in:
parent
5e6ec95b37
commit
dffa87d5df
@ -624,6 +624,8 @@ class RewardTacticalClass(Dock):
|
|||||||
# Empty skill slot
|
# Empty skill slot
|
||||||
# Probably because all favourite ships have their skill leveled max.
|
# Probably because all favourite ships have their skill leveled max.
|
||||||
# '———l', '—l'
|
# '———l', '—l'
|
||||||
|
if not level:
|
||||||
|
continue
|
||||||
if re.search(r'[—\-一]{2,}', level):
|
if re.search(r'[—\-一]{2,}', level):
|
||||||
continue
|
continue
|
||||||
if re.search(r'[—一]+', level):
|
if re.search(r'[—一]+', level):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user