summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.cpp
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 14:26:28 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 19:55:30 +0200
commitdc4c2ca39767932a70ad7a7a2b7f7ded85a131f0 (patch)
tree1ef7f0e7905adfd81b3bd10789a7be81ce174194 /src/Mobs/AggressiveMonster.cpp
parentd (diff)
downloadcuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.gz
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.bz2
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.lz
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.xz
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.zst
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.zip
Diffstat (limited to 'src/Mobs/AggressiveMonster.cpp')
-rw-r--r--src/Mobs/AggressiveMonster.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/AggressiveMonster.cpp b/src/Mobs/AggressiveMonster.cpp
index 1cfec1849..7495ca621 100644
--- a/src/Mobs/AggressiveMonster.cpp
+++ b/src/Mobs/AggressiveMonster.cpp
@@ -12,8 +12,8 @@
-cAggressiveMonster::cAggressiveMonster(const AString & a_ConfigName, eMonsterType a_MobType, const AString & a_SoundHurt, const AString & a_SoundDeath, double a_Width, double a_Height, int a_AggressionLightLevel) :
- super(a_ConfigName, a_MobType, a_SoundHurt, a_SoundDeath, a_Width, a_Height), m_BehaviorAggressive(this, a_AggressionLightLevel)
+cAggressiveMonster::cAggressiveMonster(const AString & a_ConfigName, eMonsterType a_MobType, const AString & a_SoundHurt, const AString & a_SoundDeath, double a_Width, double a_Height) :
+ super(a_ConfigName, a_MobType, a_SoundHurt, a_SoundDeath, a_Width, a_Height), m_BehaviorAggressive(this, 10)
{
m_EMPersonality = AGGRESSIVE;
ASSERT(GetBehaviorChaser() != nullptr);