Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pets with
MF_PET_WONT_FOLLOW
flag don't follow player (#4332)
fix: pets with MF_PET_WONT_FOLLOW flag don't follow player THe root-cause for pets always following player regardless of MF_PET_WONT_FOLLOW flag was found in move_scent() which caused non fleeing creatures to gravitate towards the scent of the player, ignoring the wont-follow flag.
- Loading branch information