Module:Items: Difference between revisions

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