summaryrefslogtreecommitdiffstats
path: root/source/Mobs
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-19 10:01:25 +0100
committermadmaxoft <github@xoft.cz>2013-11-19 10:01:25 +0100
commit7567f19052cf34c58c05550695b94fde88d19093 (patch)
treee605b363092c9132fadfb256b50acf9a13927c3a /source/Mobs
parentAPIDump: Slight performance improvement. (diff)
parentflower=38 (diff)
downloadcuberite-7567f19052cf34c58c05550695b94fde88d19093.tar
cuberite-7567f19052cf34c58c05550695b94fde88d19093.tar.gz
cuberite-7567f19052cf34c58c05550695b94fde88d19093.tar.bz2
cuberite-7567f19052cf34c58c05550695b94fde88d19093.tar.lz
cuberite-7567f19052cf34c58c05550695b94fde88d19093.tar.xz
cuberite-7567f19052cf34c58c05550695b94fde88d19093.tar.zst
cuberite-7567f19052cf34c58c05550695b94fde88d19093.zip
Diffstat (limited to 'source/Mobs')
-rw-r--r--source/Mobs/Giant.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Mobs/Giant.cpp b/source/Mobs/Giant.cpp
index f41977535..bbcad46f0 100644
--- a/source/Mobs/Giant.cpp
+++ b/source/Mobs/Giant.cpp
@@ -8,9 +8,9 @@
cGiant::cGiant(void) :
- // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
- super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 2.0, 13.5)
+ super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 3.6, 10.8)
{
+
}