summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Ghast.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Ghast.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/Ghast.cpp b/src/Mobs/Ghast.cpp
index 2488e63b1..d9cd31f45 100644
--- a/src/Mobs/Ghast.cpp
+++ b/src/Mobs/Ghast.cpp
@@ -11,6 +11,7 @@
cGhast::cGhast(void) :
super("Ghast", mtGhast, "entity.ghast.hurt", "entity.ghast.death", 4, 4)
{
+ m_EMPersonality = AGGRESSIVE;
}
@@ -31,8 +32,8 @@ void cGhast::GetDrops(cItems & a_Drops, cEntity * a_Killer)
-
-bool cGhast::Attack(std::chrono::milliseconds a_Dt)
+// mobTODO
+/*bool cGhast::Attack(std::chrono::milliseconds a_Dt)
{
if ((GetTarget() != nullptr) && (m_AttackCoolDownTicksLeft == 0))
{
@@ -51,7 +52,7 @@ bool cGhast::Attack(std::chrono::milliseconds a_Dt)
return true;
}
return false;
-}
+}*/