Anonymous

Module:ModifierTables/Sandbox: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Tag: Manual revert
Line 41: Line 41:
             if node.modifiers ~= nil then
             if node.modifiers ~= nil then
                 local mods = Modifiers.getMatchingModifiers(node.modifiers, modifierCriteria)
                 local mods = Modifiers.getMatchingModifiers(node.modifiers, modifierCriteria)
                 if not Shared.tableIsEmpty(mods.matched) then
                 return not Shared.tableIsEmpty(mods.matched)
                    return nodeWithSkill
                end
             end
             end
             return false
             return false
393

edits