From 2523af8f9a6f712dc6cc4007437349557b0bdfe1 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Sat, 2 Sep 2017 19:36:24 +0300 Subject: Many mobs reimplemented --- src/Mobs/Wither.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Mobs/Wither.h') diff --git a/src/Mobs/Wither.h b/src/Mobs/Wither.h index 023fc773c..39a2d5020 100644 --- a/src/Mobs/Wither.h +++ b/src/Mobs/Wither.h @@ -2,7 +2,7 @@ #pragma once #include "Monster.h" - +#include "Behaviors/BehaviorDoNothing.h" @@ -33,6 +33,7 @@ public: virtual bool IsUndead(void) override { return true; } private: + cBehaviorDoNothing m_BehaviorDoNothing; /** The number of ticks of invulnerability left after being initially created. Zero once invulnerability has expired. */ unsigned int m_WitherInvulnerableTicks; -- cgit v1.2.3