Soul Orb title
This commit is contained in:
parent
d6016509f6
commit
6dc3586821
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -452,7 +452,7 @@ function CheckSoulOrbs(divId, totalSoul) {
|
|||
let icon = SYMBOL_EMPTY;
|
||||
let textFill = "<span>Soul:</span>";
|
||||
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;
|
||||
|
||||
for (let i = 0, total = totalSoul / 33; i < total; i++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue