diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Chicken.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Chicken.cpp b/src/Mobs/Chicken.cpp index cc691fa5b..a7b27fc11 100644 --- a/src/Mobs/Chicken.cpp +++ b/src/Mobs/Chicken.cpp @@ -10,6 +10,7 @@ cChicken::cChicken(void) : { SetGravity(-2.0f); SetAirDrag(0.0f); + m_EMPersonality = PASSIVE; m_BehaviorBreeder.AttachToMonster(*this); m_BehaviorCoward.AttachToMonster(*this); m_BehaviorItemFollower.AttachToMonster(*this); |