From 4ae3b64b077b444c8217f8da265cb5eedeaf699a Mon Sep 17 00:00:00 2001 From: Gargaj Date: Sun, 29 Nov 2015 19:13:31 +0100 Subject: implement breeding --- src/Mobs/Ocelot.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Mobs/Ocelot.h') diff --git a/src/Mobs/Ocelot.h b/src/Mobs/Ocelot.h index f2727d354..796af2050 100644 --- a/src/Mobs/Ocelot.h +++ b/src/Mobs/Ocelot.h @@ -18,6 +18,11 @@ public: { } + virtual void GetBreedingItems(cItems & a_Items) override + { + a_Items.Add(E_ITEM_RAW_FISH); + } + CLASS_PROTODEF(cOcelot) } ; -- cgit v1.2.3