diff options
Diffstat (limited to 'src/Mobs/Ocelot.h')
-rw-r--r-- | src/Mobs/Ocelot.h | 5 |
1 files changed, 5 insertions, 0 deletions
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) } ; |