4,951
edits
Falterfire (talk | contribs) (Added ability to hide deungeons in list of monster areas and applied that to the Slayer table) |
Falterfire (talk | contribs) (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 | -- Right now hiddenMonsterIDs is empty | ||
local hiddenMonsterIDs = { | local hiddenMonsterIDs = {} | ||
local monsterIDs = {} | local monsterIDs = {} | ||
for i, monster in Shared.skpairs(MonsterData.Monsters) do | for i, monster in Shared.skpairs(MonsterData.Monsters) do |