Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
-- 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.