Module:ItemTables: Difference between revisionsGive feedback
add slide distance stat |
catch 0m, |
||
| Line 200: | Line 200: | ||
for k, t in pairs(listofKeysTable) do | for k, t in pairs(listofKeysTable) do | ||
-- filter out items that: don't have the property and the value isn't zero | -- filter out items that: don't have the property and the value isn't zero | ||
if(itemName[t] ~= nil and itemName[t] ~= "0" ) then | if(itemName[t] ~= nil and itemName[t] ~= "0" and itemName[t] ~= "0m" ) then | ||
listofItems = listofItems .. itemName["Name"] .. "<br/>" | listofItems = listofItems .. itemName["Name"] .. "<br/>" | ||
copyVar = copyVar:gsub("^%l", string.upper) | copyVar = copyVar:gsub("^%l", string.upper) | ||