summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Wither.cpp
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-21 18:23:35 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-21 18:23:35 +0200
commitbadced2acd355680685efdfc3ca728338201920f (patch)
tree9fb560de7c6b60bc11f4514c6b44511791622932 /src/Mobs/Wither.cpp
parentRemoved the rest of the references to cNewMonster (diff)
downloadcuberite-badced2acd355680685efdfc3ca728338201920f.tar
cuberite-badced2acd355680685efdfc3ca728338201920f.tar.gz
cuberite-badced2acd355680685efdfc3ca728338201920f.tar.bz2
cuberite-badced2acd355680685efdfc3ca728338201920f.tar.lz
cuberite-badced2acd355680685efdfc3ca728338201920f.tar.xz
cuberite-badced2acd355680685efdfc3ca728338201920f.tar.zst
cuberite-badced2acd355680685efdfc3ca728338201920f.zip
Diffstat (limited to 'src/Mobs/Wither.cpp')
-rw-r--r--src/Mobs/Wither.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mobs/Wither.cpp b/src/Mobs/Wither.cpp
index bda216c5b..e996078dc 100644
--- a/src/Mobs/Wither.cpp
+++ b/src/Mobs/Wither.cpp
@@ -11,7 +11,8 @@
cWither::cWither(void) :
- super("Wither", mtWither, "mob.wither.hurt", "mob.wither.death", 0.9, 4.0)
+ super("Wither", mtWither, "mob.wither.hurt", "mob.wither.death", 0.9, 4.0),
+ m_WitherInvulnerableTicks(0)
{
SetMaxHealth(300);
}