Module:ModifierTables: Difference between revisions

Correct skill check
(Support modifier matching by properties such as skill ID, item ID, etc.)
(Correct skill check)
Line 531: Line 531:
end
end
-- Legacy support for skill property, deprecated
-- Legacy support for skill property, deprecated
if skill ~= nil then
if skill ~= nil and skill ~= '' then
globalProps.skill = skill
globalProps.skill = skill
end
end