Модуль:TableOfChemicals: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 168: | Строка 168: | ||
for _, effect in pairs(metabolismGroup) do | for _, effect in pairs(metabolismGroup) do | ||
if effect.description ~= "" then | if effect.description ~= "" then | ||
table.insert(descriptions, "*"..effect.description) | table.insert(descriptions, "* "..effect.description) | ||
end | end | ||
end | end | ||
end | end | ||
return table.concat(descriptions, " | return "\n"..table.concat(descriptions, "\n") | ||
end | end | ||