Jump to content

Abigail flower inventory image doesn't change on load in host


LaoWang27
  • Fixed

If u play Wendy as a host (in a no cave world), inventory image of Abigail flowe normally changes when Abigail's level is up/down, but it only displays level one inventory image after loading. Ground animation is not problematic.

To fix it:

prefabs/wendy.lua  77-80

if not TheWorld.ismastersim then
         inst:ListenForEvent("_bondleveldirty", OnBondLevelDirty)
         OnBondLevelDirty(inst)
end

change to:

if not TheWorld.ismastersim then
       inst:ListenForEvent("_bondleveldirty", OnBondLevelDirty)
end

OnBondLevelDirty(inst) -- moved to both master and client side

 

No Log Files :)


Steps to Reproduce

Player Wendy in no cave world, save and load.




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