Jump to content

Wolfgang coach buff FX does not show on clients


Crestwave
  • Fixed

Wolfgang's coach buff has a sparkle FX, but it does not appear on clients. This is because even though the prefab is networked, it is immediately removed on clients.

-- prefabs/wolfgang.lua, line 716
if not TheWorld.ismastersim then
    --Not meant for client!
    inst:DoTaskInTime(0, inst.Remove)
    return inst
end

Steps to Reproduce
  1. Create a world with caves enabled.
  2. Feed a pig and blow the whistle with the skill enabled.
  3. Wait until the coaching starts.
  4. Note that there are no sparkles.

image.png.037ccf1b677c32c2a2ea7502432e92d0.png

For reference, here is the effect in a network-less world.
image.png.c7c35db9bf1dce7376088460b3b8d767.png




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