4,951
edits
Falterfire (talk | contribs) (Added Prayer Points to other item box text) |
Falterfire (talk | contribs) (Hopefully fixed issue with prayer point text not showing up correctly) |
||
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\ | result = result..'\r\n|-\r\n|Prayer Points: '..item.prayerPoints | ||
end | end | ||
return result | return result |