diff --git a/display.js b/display.js index 5a7c14b..3315ac4 100644 --- a/display.js +++ b/display.js @@ -2019,7 +2019,7 @@ function displaySpellDamage(parent_elem, overallparent_elem, build, spell, spell let third = document.createElement("b"); - third.textContent = ") [Base: " + build.getSpellCost(spellIdx, spell.cost) + " ]"; + third.textContent = ") [Base: " + build.getBaseSpellCost(spellIdx, spell.cost) + " ]"; title_elem.appendChild(third.cloneNode(true)); title_elemavg.appendChild(third); }