892
edits
(let's see if we can concat) |
(trying to add asterisk to table) |
||
Line 547: | Line 547: | ||
tableTxt = tableTxt..'||'..Shared.formatnum(p.getMonsterHP(monster.name)) | tableTxt = tableTxt..'||'..Shared.formatnum(p.getMonsterHP(monster.name)) | ||
tableTxt = tableTxt..'||'..Shared.formatnum(p.getMonsterMaxHit(monster.name)) | tableTxt = tableTxt..'||'..Shared.formatnum(p.getMonsterMaxHit(monster.name)) | ||
if monster.hasSpecialAttack then | |||
tableTxt = tableTxt..'*' | |||
end | |||
tableTxt = tableTxt..'||'..p.getMonsterStyleIcon({monster.name, nolink='true'}) | tableTxt = tableTxt..'||'..p.getMonsterStyleIcon({monster.name, nolink='true'}) | ||
end | end |
edits