4,951
edits
Falterfire (talk | contribs) No edit summary |
Falterfire (talk | contribs) (Fixed issue with getting item sources) |
||
Line 338: | Line 338: | ||
local ammoTypeStr = args.ammoType | local ammoTypeStr = args.ammoType | ||
local category = args.category ~= nil and args.category or 'Combat' | local category = args.category ~= nil and args.category or 'Combat' | ||
local i = 0 | |||
local j = 0 | |||
--Find out what Ammo Type we're working with | --Find out what Ammo Type we're working with | ||
Line 430: | Line 432: | ||
--And with all the header out of the way, finally time to actually build the table itself. | --And with all the header out of the way, finally time to actually build the table itself. | ||
for i, | for i, itemBase in pairs(ItemData) do | ||
local item = Shared.clone(itemBase) | |||
item.id = i - 1 | |||
local listItem = false | local listItem = false | ||
if isWeaponType then | if isWeaponType then |