Module:Prayer: Difference between revisions

Updated to reflect new getModifierType name
(Added 'lvl' to the level column for the prayer table)
(Updated to reflect new getModifierType name)
Line 87: Line 87:


   for bonusKey, bonusVal in Shared.skpairs(prayer.modifiers) do
   for bonusKey, bonusVal in Shared.skpairs(prayer.modifiers) do
     table.insert(bonusLines, chr..Constants.getModifierText(bonusKey, bonusVal, false))
     table.insert(bonusLines, chr..Constants._getModifierText(bonusKey, bonusVal, false))
   end
   end