Module:Monsters: Difference between revisions

Added 'none' for when a monster has no drops
(Tweaked monster drops slightly to show Shards and hide boss drops)
(Added 'none' for when a monster has no drops)
Line 431: Line 431:
   end
   end


  --If no other drops, make sure to at least say so.
  if result == '' then result = 'None' end
   return result
   return result
end
end