4,951
edits
Falterfire (talk | contribs) (Fixed dungeon monsters showing up in drop source lists) |
Falterfire (talk | contribs) (Added prayer symbol to 'prayer points' line) |
||
Line 433: | Line 433: | ||
--For Prayer Points, show how many you get | --For Prayer Points, show how many you get | ||
if item.prayerPoints ~= nil then | if item.prayerPoints ~= nil then | ||
result = result..'\r\n|-\r\n|Prayer Points: '..item.prayerPoints | result = result..'\r\n|-\r\n|'..Icons.Icon({'Prayer', type='skill'})..' Points: '..item.prayerPoints | ||
end | end | ||
return result | return result |