Added check for odd customization order

This commit is contained in:
Entrox-Licher 2023-12-17 15:37:26 -05:00 committed by GitHub
parent 5372aa2977
commit a1812cd2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,6 +420,9 @@ function handleCustomizableUpgrades(cardList, customizations)
elseif baseId == "09079" then -- Living Ink skill selection
-- All skills, regardless of row, are placed in upgrade slot 1 as a comma-delimited
-- list
if selectedUpgrades[1] == nil then
selectedUpgrades[1] = { }
end
if selectedUpgrades[1].text == nil then
selectedUpgrades[1].text = str
else