Модуль:TableOfChemicals: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 174: | Строка 174: | ||
for _, metabolismGroup in pairs(chemPrototype.metabolisms) do | for _, metabolismGroup in pairs(chemPrototype.metabolisms) do | ||
for _, effect in pairs(metabolismGroup) do | for _, effect in pairs(metabolismGroup.effects) do | ||
if effect.description ~= "" then | if effect.description ~= "" then | ||
effects = attachAsNewLine(effects, "* "..effect.description) | effects = attachAsNewLine(effects, "* "..effect.description) | ||