Use Clean Sweeper to reskin some items like Walking Cane floating on the water would not apply their new skin animation.
Steps to Reproduce
1. Get a Walking Cane and drop it on the water
2. Use Clean Sweeper to reskin. You find the bug.
3. Other items missing this on init can also reproduce this bug.
if inst.components.floater ~= nil then if inst.components.floater:IsFloating() then inst.components.floater:SwitchToDefaultAnim(true) inst.components.floater:SwitchToFloatAnim() end end
-
1
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