Модуль:Prototypes/Хранилище/Предмет: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 93: | Строка 93: | ||
return string.format( | return string.format( | ||
'{{ | '{{Модуль:Prototypes/Предмет/Содержание|main|%s|%s%s}}', | ||
id, amount, prob | id, amount, prob | ||
) | ) | ||
end | end | ||
| Строка 315: | Строка 315: | ||
local result = "" | local result = "" | ||
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"]) | ||