Module:SkillUnlocks: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 897: Line 897:
local processedItem = {
local processedItem = {
['level'] = node.level,
['level'] = node.level,
['node'] = node,
['item'] = gatherable
['item'] = gatherable
}
}
Line 914: Line 915:
processed.entityType = 'gathering'
processed.entityType = 'gathering'
if skillName == 'Mining' then
if skillName == 'Mining' then
processed.subType = entity.type
processed.subType = entity.node.type
else
else
processed.subType = subType
processed.subType = subType
73

edits