Модуль:TableOfChemicals: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 5: | Строка 5: | ||
p.fillReactTable = function(frame) | p.fillReactTable = function(frame) | ||
local out = " | local out = "" | ||
for _, reactPrototype in pairs(p.react) do | for _, reactPrototype in pairs(p.react) do | ||
| Строка 51: | Строка 50: | ||
end | end | ||
end | end | ||
return out | |||
end | end | ||