Jump to content

Woodie's weremeter starting at 95/100


Picklesaurus
  • Fixed

For some reason Woodie's weremeter keeps starting at 95/100 when he turns into a wereform after eating an idol, eating away 5% of their duration. I don't know the circustance that causes this, maybe something related to hunger?


Steps to Reproduce

I'm not using any mods, how to replicate:

  1. Join a world as Woodie, craft any idol and eat it, it will be 100/100
  2. Wait for the last Idol to finish its duration and eat another idol of any type, this new transformation will start at 95/100.
  3. Try any other idol again, it will be starting at 95/10. From now on it keeps starting at 95/100 when you eat any idol.
  • Like 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.

Hope i save dev some trouble looking for the bug
OnForceTransform() line 1489 woodie.lua
You forgot to add inst.components.wereness:SetDrainRate([something]) inside this function.

So what happened is Woodie use his previous drain rate (which is very high because player stand still to speed up the drain) during his transfrom animation, and the transformation is long enough that it drain whole 5 wereness during this, resulting he starting at 95 wereness.

If previous drainrate is low (instead of transforming back by stand still, use attack or chop to keep drain rate low) woodie will start at 100 wereness like normal.

Edited by Tranoze
  • Thanks 3

Share this comment


Link to comment
Share on other sites

The force transform function should not be draining at all the stategraph handles when that starts.

Changed Status to Fixed

  • Like 1

Share this comment


Link to comment
Share on other sites



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...