summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Giant.cpp
diff options
context:
space:
mode:
authornesco <emmanuel@federbusch.fr>2013-11-14 23:15:19 +0100
committernesco <emmanuel@federbusch.fr>2013-11-14 23:15:19 +0100
commit8fa4f38202d20b9f7ebf49943354aa0da1070f87 (patch)
tree96ce5dce8aea8fc94389f17a7a88fe53328d0247 /source/Mobs/Giant.cpp
parentMerge pull request #344 from marmot21/playerxp (diff)
downloadcuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.tar
cuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.tar.gz
cuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.tar.bz2
cuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.tar.lz
cuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.tar.xz
cuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.tar.zst
cuberite-8fa4f38202d20b9f7ebf49943354aa0da1070f87.zip
Diffstat (limited to 'source/Mobs/Giant.cpp')
-rw-r--r--source/Mobs/Giant.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Mobs/Giant.cpp b/source/Mobs/Giant.cpp
index f41977535..c0ad3d0a6 100644
--- a/source/Mobs/Giant.cpp
+++ b/source/Mobs/Giant.cpp
@@ -1,4 +1,3 @@
-
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Giant.h"
@@ -8,9 +7,10 @@
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)
+ // 6.0 * (0.6|1.8)
+ super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 3.6, 10.8)
{
+ this->SetMaxHealth(100);
}