diff options
author | archshift <admin@archshift.com> | 2014-06-07 09:40:01 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-06-07 09:40:01 +0200 |
commit | b768e54ce88819f3363b55879c0550b2830b3a56 (patch) | |
tree | 712e4ce3bc2fbdc9866caa50ff6d29436b56e160 /src/Mobs/Bat.cpp | |
parent | Fixed a typo. (diff) | |
download | cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.tar cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.tar.gz cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.tar.bz2 cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.tar.lz cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.tar.xz cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.tar.zst cuberite-b768e54ce88819f3363b55879c0550b2830b3a56.zip |
Diffstat (limited to 'src/Mobs/Bat.cpp')
-rw-r--r-- | src/Mobs/Bat.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mobs/Bat.cpp b/src/Mobs/Bat.cpp index 1417ddd9e..c072d4f48 100644 --- a/src/Mobs/Bat.cpp +++ b/src/Mobs/Bat.cpp @@ -7,8 +7,7 @@ cBat::cBat(void) : - // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here - super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.7, 0.7) + super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.5, 0.9) { } |