4,951
edits
Falterfire (talk | contribs) (Added some categories) |
Falterfire (talk | contribs) (Added Prayer Points to other item box text) |
||
Line 430: | Line 430: | ||
if item.healsFor ~= nil then | if item.healsFor ~= nil then | ||
result = result..'\r\n|-\r\n|Heals for: '..Icons.Icon({"Hitpoints", type="skill", notext="true"})..' '..(item.healsFor * 10) | result = result..'\r\n|-\r\n|Heals for: '..Icons.Icon({"Hitpoints", type="skill", notext="true"})..' '..(item.healsFor * 10) | ||
end | |||
--For Prayer Points, show how many you get | |||
if item.prayerPoints ~= nil then | |||
result = result..'\r\n|-\r\nPrayer Points: '..item.prayerPoints | |||
end | end | ||
return result | return result |