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
- Create a world with caves enabled.
- Feed a pig and blow the whistle with the skill enabled.
- Wait until the coaching starts.
- Note that there are no sparkles.
For reference, here is the effect in a network-less world.
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 accountSign in
Already have an account? Sign in here.
Sign In Now