Soul Orb title

This commit is contained in:
ReznoRMichael 2021-01-28 21:30:40 +01:00
parent d6016509f6
commit 6dc3586821
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

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' title='Single Soul Orb (33% Soul)'>`; let soulNormal = `<img src='${SOUL_ORB_IMAGE}' class='soul-orb' alt='soul orb image' title='Single Soul Orb (one spell cast)'>`;
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++) {