4,951
edits
Falterfire (talk | contribs) (Removed reference to 'Module:Magic' because it's not needed here anymore) |
Falterfire (talk | contribs) (Added new Passive Items category) |
||
Line 252: | Line 252: | ||
if item.tier ~= nil then result = result..'[[Category:'..Shared.titleCase(item.tier)..' '..item.type..']]' end | if item.tier ~= nil then result = result..'[[Category:'..Shared.titleCase(item.tier)..' '..item.type..']]' end | ||
if item.hasSpecialAttack then result = result..'[[Category:Items With Special Attacks]]' end | if item.hasSpecialAttack then result = result..'[[Category:Items With Special Attacks]]' end | ||
if item.isPassiveItem then result = result..'[[Category:Passive Items]]' end | |||
return result | return result | ||
end | end |