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