summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Giant.cpp
diff options
context:
space:
mode:
authornesco <emmanuel@federbusch.fr>2013-11-15 14:06:58 +0100
committernesco <emmanuel@federbusch.fr>2013-11-15 14:06:58 +0100
commitc868d31377149ca0e01610deecfb85f56bde0b64 (patch)
treea7cf5cd9dc94bab63fed90cf6da0a4b790743e8d /source/Mobs/Giant.cpp
parentUpdate Giant.cpp (diff)
downloadcuberite-c868d31377149ca0e01610deecfb85f56bde0b64.tar
cuberite-c868d31377149ca0e01610deecfb85f56bde0b64.tar.gz
cuberite-c868d31377149ca0e01610deecfb85f56bde0b64.tar.bz2
cuberite-c868d31377149ca0e01610deecfb85f56bde0b64.tar.lz
cuberite-c868d31377149ca0e01610deecfb85f56bde0b64.tar.xz
cuberite-c868d31377149ca0e01610deecfb85f56bde0b64.tar.zst
cuberite-c868d31377149ca0e01610deecfb85f56bde0b64.zip
Diffstat (limited to '')
-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);
+
}