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