From 8fa4f38202d20b9f7ebf49943354aa0da1070f87 Mon Sep 17 00:00:00 2001 From: nesco Date: Thu, 14 Nov 2013 23:15:19 +0100 Subject: Update Giant.cpp --- source/Mobs/Giant.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/Mobs') 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); } -- cgit v1.2.3