Модуль:Prototypes/Роль/Экипировка: различия между версиями

мНет описания правки
мНет описания правки
Строка 74: Строка 74:
                 end
                 end
             end
             end
            if loadoutEntry and loadoutEntry.equipment then
if loadoutEntry then
                itemId = loadoutEntry.equipment[slot]
    if loadoutEntry.equipment then
                sourceGear = loadoutEntry
        itemId = loadoutEntry.equipment[slot]
            end
        sourceGear = loadoutEntry
    else
        return "Ошибка: У loadoutEntry нет equipment"
    end
else
    return "Ошибка: Не найден loadoutEntry с id " .. firstLoadoutId
end
         end
         end
     end
     end