Module:Items/ComparisonTables: Difference between revisions

m
I'm dumb. Properly fixed the DR table
(Other category for DR table shouldn't have Boots either)
m (I'm dumb. Properly fixed the DR table)
Line 601: Line 601:
local ItemList = {}
local ItemList = {}
if style == 'Other' then
if style == 'Other' then
SlotNames = {'Helmet', 'Platelegs', 'Boots', 'Gloves', 'Shield', 'Cape', 'Amulet', 'Ring'}
SlotNames = {'Helmet', 'Platelegs', 'Gloves', 'Shield', 'Cape', 'Amulet', 'Ring'}
else
else
SlotNames = {'Helmet', 'Platebody', 'Platelegs', 'Gloves', 'Weapon', 'Shield'}
SlotNames = {'Helmet', 'Platebody', 'Platelegs', 'Boots', 'Gloves', 'Weapon', 'Shield'}
end
end