Module:Items: Difference between revisions

Added prayer symbol to 'prayer points' line
(Fixed dungeon monsters showing up in drop source lists)
(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