Anonymous

Module:Navboxes: Difference between revisions

From Melvor Idle
Move stronghold and abyss depth pets into "Boss" category instead of "Other"
(Add abyssal bars)
(Move stronghold and abyss depth pets into "Boss" category instead of "Other")
Line 551: Line 551:
if source.type == 'skill' then
if source.type == 'skill' then
listCat = 'skill'
listCat = 'skill'
elseif source.type == 'dungeon' then
elseif Shared.contains({'dungeon', 'abyssDepth', 'stronghold'}, source.type)  then
listCat = 'boss'
listCat = 'boss'
else
else
203

edits