Merge pull request #507 from Entrox-Licher/living-ink-fix
Added check for odd Living Ink customization order
This commit is contained in:
commit
8732e438d5
@ -420,6 +420,9 @@ function handleCustomizableUpgrades(cardList, customizations)
|
|||||||
elseif baseId == "09079" then -- Living Ink skill selection
|
elseif baseId == "09079" then -- Living Ink skill selection
|
||||||
-- All skills, regardless of row, are placed in upgrade slot 1 as a comma-delimited
|
-- All skills, regardless of row, are placed in upgrade slot 1 as a comma-delimited
|
||||||
-- list
|
-- list
|
||||||
|
if selectedUpgrades[1] == nil then
|
||||||
|
selectedUpgrades[1] = { }
|
||||||
|
end
|
||||||
if selectedUpgrades[1].text == nil then
|
if selectedUpgrades[1].text == nil then
|
||||||
selectedUpgrades[1].text = str
|
selectedUpgrades[1].text = str
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user