Модуль:Prototypes/Хранилище/Предмет: различия между версиями

мНет описания правки
мНет описания правки
Строка 344: Строка 344:
     result = result .. processSolution(item.SolutionContainerManager.solutions["pen"])
     result = result .. processSolution(item.SolutionContainerManager.solutions["pen"])


     return result ~= "" and string.format('<ul class="1">%s</ul>', result) or ''
     return result ~= "" and string.format('<ul>%s</ul>', result) or ''
end
end