393
edits
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
local mods = Modifiers.getMatchingModifiers(node.modifiers, modifierCriteria) | local mods = Modifiers.getMatchingModifiers(node.modifiers, modifierCriteria) | ||
if not Shared.tableIsEmpty(mods.matched) then | if not Shared.tableIsEmpty(mods.matched) then | ||
return nodeWithSkill | return { | ||
skillName = nodeWithSkill.skillName, | |||
nodeData = node | |||
} | |||
end | end | ||
end | end |
edits