Jump to content

Bats play wrong animation while eating food


loganpea
  • Pending
    ActionHandler(ACTIONS.EAT, function(inst)
        local ba = inst:GetBufferedAction()
        if ba and ba.target and ba.target.prefab == "nitre" then
            return "chew_ground"
        else
            return "eat_enter" -- should be "eat_loop"
        end
    end),

Steps to Reproduce

Line 18 in SGbat.lua




User Feedback


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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...