Soul Orb title

This commit is contained in:
ReznoRMichael 2021-01-28 21:28:47 +01:00
parent 5f2888c660
commit d6016509f6

View file

@ -452,7 +452,7 @@ function CheckSoulOrbs(divId, totalSoul) {
let icon = SYMBOL_EMPTY; let icon = SYMBOL_EMPTY;
let textFill = "<span>Soul:</span>"; let textFill = "<span>Soul:</span>";
let soulImages = ""; let soulImages = "";
let soulNormal = `<img src='${SOUL_ORB_IMAGE}' class='soul-orb' alt='soul orb image'>`; let soulNormal = `<img src='${SOUL_ORB_IMAGE}' class='soul-orb' alt='soul orb image' title='Single Soul Orb (33% Soul)'>`;
let soulImg = soulNormal; let soulImg = soulNormal;
for (let i = 0, total = totalSoul / 33; i < total; i++) { for (let i = 0, total = totalSoul / 33; i < total; i++) {