Jump to content

Birchnut spawns on wrong side of tree


Bumber64
  • Fixed

Minor bug: When a birchnut tree is chopped down such that it uses anims.fallright, the extra birchnut for being in autumn spawns on the wrong side of the tree compared to the rest of the loot.

if inst.components.growable ~= nil and inst.components.growable.stage == 3 and inst.leaf_state == "colorful" then
        inst.components.lootdropper:SpawnLootPrefab("acorn", pt - TheCamera:GetRightVec())
    end
    inst.components.lootdropper:DropLoot(pt + TheCamera:GetRightVec())
end

"pt - TheCamera:GetRightVec()" should be '+', like below.


Steps to Reproduce

Chop down a tall birchnut tree in autumn from the left side.




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