Module:PageRef: Difference between revisions
m Other added to no_file_list |
m Item added to no_file_list |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
-- only add to list if it should be true | -- only add to list if it should be true | ||
local no_file_list = { | local no_file_list = { | ||
["Shopkeeper"] = true, | ["Shopkeeper"] = true, | ||
["Newscaster"] = true, | ["Newscaster"] = true, | ||
Line 12: | Line 10: | ||
["Soul Urn"] = true, | ["Soul Urn"] = true, | ||
["Other"] = true, | ["Other"] = true, | ||
["Zipline"] = true, | |||
["Sandbox"] = true, | |||
["Flex Slot"] = true, | |||
["Creep"] = true, | |||
["Item"] = true, | |||
} | } | ||