Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
-- 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.