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/SnowGolem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Mobs/SnowGolem.cpp') diff --git a/src/Mobs/SnowGolem.cpp b/src/Mobs/SnowGolem.cpp index fd8ce1112..4c9fa2a02 100644 --- a/src/Mobs/SnowGolem.cpp +++ b/src/Mobs/SnowGolem.cpp @@ -9,9 +9,10 @@ cSnowGolem::cSnowGolem(void) : - super("SnowGolem", mtSnowGolem, "entity.snowman.hurt", "entity.snowman.death", 0.4, 1.8) + super(mtSnowGolem, "entity.snowman.hurt", "entity.snowman.death", 0.4, 1.8) { m_EMPersonality = PASSIVE; + GetMonsterConfig("SnowGolem"); } -- cgit v1.2.3