From f8b9400713cbb96f61c1515132aa6af99c73d600 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 1 Sep 2017 22:55:17 +0300 Subject: Sunlight fixes, config fixes --- src/Mobs/Blaze.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Mobs/Blaze.cpp') diff --git a/src/Mobs/Blaze.cpp b/src/Mobs/Blaze.cpp index df54be1fd..5778c7ef2 100644 --- a/src/Mobs/Blaze.cpp +++ b/src/Mobs/Blaze.cpp @@ -9,11 +9,12 @@ cBlaze::cBlaze(void) : - super("Blaze", mtBlaze, "entity.blaze.hurt", "entity.blaze.death", 0.6, 1.8) + super(mtBlaze, "entity.blaze.hurt", "entity.blaze.death", 0.6, 1.8) { m_EMPersonality = AGGRESSIVE; SetGravity(-8.0f); SetAirDrag(0.05f); + GetMonsterConfig("Blaze"); } -- cgit v1.2.3