Модуль:tableofchemicals
| Строка 197: | Строка 197: | ||
local actions = {} | local actions = {} | ||
for _, mixingCategory in pairs(reactPrototype.mixingCategories) do | for _, mixingCategory in pairs(reactPrototype.mixingCategories) do | ||
| Строка 221: | Строка 204: | ||
end | end | ||
table.insert(actions, mixingCategory.name | table.insert(actions, mixingCategory.name) -- Название | ||
end | |||
-- Добавление minTemp снизу | |||
if reactPrototype.minTemp and reactPrototype.minTemp ~= 0 then | |||
table.insert(actions, string.format("minTemp: %dК", reactPrototype.minTemp)) | |||
end | end | ||