From d0a2f22bc40b9a1c961d57962056501591d5b49f Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Tue, 29 Aug 2017 20:32:25 +0300 Subject: Implemented sheep, mooshroom, rabbit, chicken, pig, villager --- src/Mobs/Ocelot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Mobs/Ocelot.h') diff --git a/src/Mobs/Ocelot.h b/src/Mobs/Ocelot.h index 75758a973..d27467683 100644 --- a/src/Mobs/Ocelot.h +++ b/src/Mobs/Ocelot.h @@ -1,7 +1,7 @@ #pragma once -#include "PassiveMonster.h" +#include "Monster.h" #include "../UUID.h" @@ -9,9 +9,9 @@ class cOcelot : - public cPassiveMonster + public cMonster { - typedef cPassiveMonster super; + typedef cMonster super; public: -- cgit v1.2.3