Модуль:Prototypes/Хранилище/Предмет: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 117: | Строка 117: | ||
for _, child in ipairs(children) do | for _, child in ipairs(children) do | ||
if child["!type"] == "NestedSelector" and child.tableId then | if child["!type"] == "NestedSelector" and child.tableId then | ||
result = result .. handleNestedSelector(child) | result = result .. handleNestedSelector(child, false) | ||
elseif child["!type"] == "GroupSelector" then | elseif child["!type"] == "GroupSelector" then | ||
result = result .. handleGroupSelector(child) | result = result .. handleGroupSelector(child) | ||