Module:GameData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Support numeric array indices in dot notation for Upgrades etc (with help from vergir-bot LLM) |
mNo edit summary |
||
| Line 36: | Line 36: | ||
end | end | ||
end | end | ||
if type(v) == "table" and k ~= " | if type(v) == "table" and k ~= "DisabledStateMask" then | ||
if record_matches_prop(v, prop) then return true end | if record_matches_prop(v, prop) then return true end | ||
elseif type(v) == "string" then | elseif type(v) == "string" then | ||