summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Blaze.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-06-07 09:40:01 +0200
committerarchshift <admin@archshift.com>2014-06-07 09:40:01 +0200
commitb768e54ce88819f3363b55879c0550b2830b3a56 (patch)
tree712e4ce3bc2fbdc9866caa50ff6d29436b56e160 /src/Mobs/Blaze.cpp
parentFixed a typo. (diff)
downloadcuberite-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/Blaze.cpp')
-rw-r--r--src/Mobs/Blaze.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mobs/Blaze.cpp b/src/Mobs/Blaze.cpp
index 326b42f07..2a6a761bf 100644
--- a/src/Mobs/Blaze.cpp
+++ b/src/Mobs/Blaze.cpp
@@ -9,8 +9,7 @@
cBlaze::cBlaze(void) :
- // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
- super("Blaze", mtBlaze, "mob.blaze.hit", "mob.blaze.death", 0.7, 1.8)
+ super("Blaze", mtBlaze, "mob.blaze.hit", "mob.blaze.death", 0.6, 1.8)
{
}