Jump to content

Hibernation Vest is not reducing hungerrate


Lavax
  • Fixed

Hello Klei,

I found a bug while modding your game.

The Hibernation Vest (beargervest) is not reducing hunger drain.
The Hungerbelt (armor_slurper) works fine.

Seems like there is missing one parameter in line 9 of beargervest.lua

owner.components.hunger.burnratemodifiers:SetModifier(TUNING.ARMORBEARGER_SLOW_HUNGER)

Compared to line 9 in armor_slurper.lua

owner.components.hunger.burnratemodifiers:SetModifier(inst, TUNING.ARMORSLURPER_SLOW_HUNGER)


Steps to Reproduce
Print current hunger each second while wearing nothing, beargervest and armorslurper
  • Sad 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...