summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/Mobs/Giant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Giant.cpp b/source/Mobs/Giant.cpp
index c0ad3d0a6..44ee58e92 100644
--- a/source/Mobs/Giant.cpp
+++ b/source/Mobs/Giant.cpp
@@ -10,7 +10,7 @@ cGiant::cGiant(void) :
// 6.0 * (0.6|1.8)
super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 3.6, 10.8)
{
- this->SetMaxHealth(100);
+
}