diff options
author | nesco <emmanuel@federbusch.fr> | 2013-11-15 14:06:58 +0100 |
---|---|---|
committer | nesco <emmanuel@federbusch.fr> | 2013-11-15 14:06:58 +0100 |
commit | c868d31377149ca0e01610deecfb85f56bde0b64 (patch) | |
tree | a7cf5cd9dc94bab63fed90cf6da0a4b790743e8d /source | |
parent | Update Giant.cpp (diff) | |
download | cuberite-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.cpp | 2 |
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); + } |