diff options
Diffstat (limited to 'src/Mobs/NewOcelot.h')
-rw-r--r-- | src/Mobs/NewOcelot.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/Mobs/NewOcelot.h b/src/Mobs/NewOcelot.h deleted file mode 100644 index c1eb3b9e3..000000000 --- a/src/Mobs/NewOcelot.h +++ /dev/null @@ -1,26 +0,0 @@ - -#pragma once - -#include "NewMonster.h" - - - - - -class cNewOcelot : - public cNewMonster -{ - typedef cNewMonster super; - -public: - cNewOcelot(void) : - super("Ocelot", mtOcelot, "mob.cat.hitt", "mob.cat.hitt", 0.6, 0.8) - { - } - - CLASS_PROTODEF(cNewOcelot) -} ; - - - - |