From 2523af8f9a6f712dc6cc4007437349557b0bdfe1 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Sat, 2 Sep 2017 19:36:24 +0300 Subject: Many mobs reimplemented --- src/Mobs/Villager.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Mobs/Villager.cpp') diff --git a/src/Mobs/Villager.cpp b/src/Mobs/Villager.cpp index 84514177b..ed3b3305f 100644 --- a/src/Mobs/Villager.cpp +++ b/src/Mobs/Villager.cpp @@ -18,10 +18,7 @@ cVillager::cVillager(eVillagerType VillagerType) : m_VillagerAction(false) { m_EMPersonality = PASSIVE; - m_BehaviorBreeder.AttachToMonster(*this); - m_BehaviorCoward.AttachToMonster(*this); - m_BehaviorItemFollower.AttachToMonster(*this); - m_BehaviorWanderer.AttachToMonster(*this); + m_BehaviorDoNothing.AttachToMonster(*this); GetMonsterConfig("Villager"); } -- cgit v1.2.3