diff options
Diffstat (limited to 'source/Mobs/Bat.h')
-rw-r--r-- | source/Mobs/Bat.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Mobs/Bat.h b/source/Mobs/Bat.h index 8e4cde29f..fd3e00a07 100644 --- a/source/Mobs/Bat.h +++ b/source/Mobs/Bat.h @@ -13,13 +13,10 @@ class cBat : typedef cPassiveMonster super; public: - cBat(void) : - // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here - super("Bat", 65, "mob.bat.hurt", "mob.bat.death", 0.7, 0.7) - { - } + cBat(void); CLASS_PROTODEF(cBat); + } ; |