Модуль:Prototypes/Хранилище/Предмет: различия между версиями

мНет описания правки
мНет описания правки
Строка 71: Строка 71:
         elseif child["!type"] == "NestedSelector" and child.tableId then
         elseif child["!type"] == "NestedSelector" and child.tableId then
             result = result .. getTableOutput(child.tableId)
             result = result .. getTableOutput(child.tableId)
        elseif child["!type"] == "GroupSelector" then
            result = result .. handleGroupSelector(child)
         end
         end
     end
     end