Module:Monsters: Difference between revisions

m
getChestDrops: Added punctuation
(Removing the 'including GP' line for monsters that don't drop gp)
m (getChestDrops: Added punctuation)
Line 676: Line 676:
     end
     end
     result = result..'\r\n|}'
     result = result..'\r\n|}'
     result = result..'\r\nThe average value of the contents of one chest is '..Icons.GP(Shared.round(lootValue, 2, 0))
     result = result..'\r\nThe average value of the contents of one chest is '..Icons.GP(Shared.round(lootValue, 2, 0))..'.'
   end
   end