4,951
edits
(_getMonsterTable: Amend alignment of monster style icon; getMonsterAttacks: Amend spacing for normal attack line) |
Falterfire (talk | contribs) (Fixed decimal issue with monster drops) |
||
Line 739: | Line 739: | ||
result = result..'\r\n|colspan="2" ' | result = result..'\r\n|colspan="2" ' | ||
end | end | ||
result = result..'style="text-align:right"|'..lootChance..' | result = result..'style="text-align:right"|'..Shared.round(lootChance, 2, 2)..'%' | ||
end | end | ||
result = result..'\r\n|}' | result = result..'\r\n|}' |