diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Ocelot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Mobs/Ocelot.h b/source/Mobs/Ocelot.h index 76ee6815e..4d22575f2 100644 --- a/source/Mobs/Ocelot.h +++ b/source/Mobs/Ocelot.h @@ -14,7 +14,8 @@ class cOcelot : public:
cOcelot(void) :
- super("Ocelot", 98, "mob.cat.hitt", "mob.cat.hitt")
+ // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
+ super("Ocelot", 98, "mob.cat.hitt", "mob.cat.hitt", 0.9, 0.5)
{
}
|