Improve playlist images
This commit is contained in:
parent
8f3a3484ec
commit
1c92ed3abd
|
@ -93,6 +93,16 @@ func getRandomCharacterImage() image.Image {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for _, tag := range character.GameplayTags {
|
||||||
|
if strings.Contains(tag, "StarterPack") {
|
||||||
|
continueLoop = true
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if continueLoop {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
// newDisplayAsset := "DAv2_" + strings.ReplaceAll(character.ID, "Athena_Commando_", "")
|
// newDisplayAsset := "DAv2_" + strings.ReplaceAll(character.ID, "Athena_Commando_", "")
|
||||||
// if !KnownDisplayAssets[newDisplayAsset] {
|
// if !KnownDisplayAssets[newDisplayAsset] {
|
||||||
// continue
|
// continue
|
||||||
|
|
Loading…
Reference in New Issue
Block a user