summaryrefslogtreecommitdiffstats
path: root/source/Mobs/AggressiveMonster.cpp
diff options
context:
space:
mode:
authormgueydan <gueydan.mathieuÃ@gmail.com>2013-09-07 20:02:50 +0200
committermgueydan <gueydan.mathieuÃ@gmail.com>2013-09-07 20:02:50 +0200
commit1e02e04d2ce528df037d1ca37314ea55e8806c52 (patch)
tree3013f20a7fe9a418802856a247616c4ab47609fa /source/Mobs/AggressiveMonster.cpp
parentAdding Water and Lava as transparency blocks (diff)
downloadcuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar
cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.gz
cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.bz2
cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.lz
cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.xz
cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.tar.zst
cuberite-1e02e04d2ce528df037d1ca37314ea55e8806c52.zip
Diffstat (limited to '')
-rw-r--r--source/Mobs/AggressiveMonster.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Mobs/AggressiveMonster.cpp b/source/Mobs/AggressiveMonster.cpp
index 2eae772d7..d48523373 100644
--- a/source/Mobs/AggressiveMonster.cpp
+++ b/source/Mobs/AggressiveMonster.cpp
@@ -95,5 +95,12 @@ void cAggressiveMonster::Tick(float a_Dt, cChunk & a_Chunk)
}
+cMonster::eFamily cAggressiveMonster::GetMobFamily() const
+{
+ return mfHostile;
+}
+
+
+