Module:Monsters: Difference between revisions

Un-hiding the Wandering Bard on the Slayer Monsters table
(Added ability to hide deungeons in list of monster areas and applied that to the Slayer table)
(Un-hiding the Wandering Bard on the Slayer Monsters table)
Line 916: Line 916:


   -- Build list of monster IDs
   -- Build list of monster IDs
   -- hiddenMonsterIDs below should be changed to {} when 0.19 releases
   -- Right now hiddenMonsterIDs is empty
   local hiddenMonsterIDs = {139}
   local hiddenMonsterIDs = {}
   local monsterIDs = {}
   local monsterIDs = {}
   for i, monster in Shared.skpairs(MonsterData.Monsters) do
   for i, monster in Shared.skpairs(MonsterData.Monsters) do