Jump to content

Beefalo Horn causes one herd to follow player permanently (until logout)


VelnSheldar
  • Fixed

When a player blows a Beefalo Horn the group of Beefalo that then follows the player will follow them for the whole length of time they are logged into the game, not just one day. In addition no subsequent Beefalo will be affected by a Horn until the player logs out and logs back in again.


Steps to Reproduce
Log into game, Use Beefalo horn near a herd of Beefalo. Wait for more than 1 game day. Try to affect other Beefalo with same or different horn.



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.

scripts/components/follower.lua:144:146::

local function stopfollow(inst, self)
    self:StopLeashing()
end

to

local function stopfollow(inst, self)
    self:StopFollowing()
end
  • Like 1

Share this comment


Link to comment
Share on other sites



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