Anonymous

Module:Items/ComparisonTables: Difference between revisions

From Melvor Idle
m
Fix typo in Enhancement3
(Remove getDoubleLootTable, now using modifier tables instead)
m (Fix typo in Enhancement3)
Line 102: Line 102:
newSlotID = 'Weapon'
newSlotID = 'Weapon'
-- Combine all enhancements
-- Combine all enhancements
elseif Shared.contains({'Enhancement1', 'Enhancement2', 'Enhancment3'}, slotLocalID) then
elseif Shared.contains({'Enhancement1', 'Enhancement2', 'Enhancement3'}, slotLocalID) then
newSlotID = 'Enhancement'
newSlotID = 'Enhancement'
end
end