This is because without any Bearly Sane skills, the check for Bernie to transform only returns true if Willow is insane, which cannot happen while lunacy is active. As soon as you have any Bearly Sane skills, the check returns true if your sanity is below a certain value, which can happen regardless of whether lunacy is active or not.
Simple fix for this:
in bernie_common.lua, replace the line:
if ( leader.components.sanity:IsCrazy() or
with
if ( leader.components.sanity:GetPercent() <= TUNING.SANITY_BECOME_INSANE_THRESH or
Steps to Reproduce
1. Reset character skills
2. Drop Bernie on lunar island with 0 sanity
3. Bernie doesn't transform
4. Spend 1 point in Bearly Sane
5. Bernie transforms
There are no comments to display.
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 accountSign in
Already have an account? Sign in here.
Sign In Now