Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
-- drinking crafted beer with brewer trait reduces boredom
function OnEat_Beer(food, character, player)
local player = getPlayer();
local stats = player:getStats();
local bodyDamage = player:getBodyDamage();
local brewing = player:getPerkLevel(Perks.Brewing);
local script = food:getScriptItem();
So there's something wrong with getting player stats when they drink an item from the MoreBrews mod? I could be wrong but just speculating here.
Any idea what it could be? I do use More Traits mod.. but not had an issue with it before. I don't believe i have any other brewing mod than yours.