Изменения

Модуль:Инвентарный слот

Нет изменений в размере, 19:43, 20 августа 2016
Нет описания правки
if modAliases and modAliases[id] then
alias = modAliases[id]
elseif aliases and aliases[id] and not frameParts.mod then
alias = aliases[id]
end
if alias and not frameParts.mod then
table.insert( frames, p.expandAlias( frameParts, alias ) )
else