Модуль:Prototypes/Хранилище/Предмет: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 316: | Строка 316: | ||
result = result .. processSolution(item.SolutionContainerManager.solutions["food"]) | result = result .. processSolution(item.SolutionContainerManager.solutions["food"]) | ||
result = result .. processSolution(item.SolutionContainerManager.solutions["beaker"]) | result = result .. processSolution(item.SolutionContainerManager.solutions["beaker"]) | ||
result = result .. processSolution(item.SolutionContainerManager.solutions["drink"]) | |||
return result ~= "" and string.format('<ul class="1">%s</ul>', result) or '' | return result ~= "" and string.format('<ul class="1">%s</ul>', result) or '' | ||