diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Ghast.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mobs/Ghast.cpp b/src/Mobs/Ghast.cpp index d9cd31f45..7f051e3cc 100644 --- a/src/Mobs/Ghast.cpp +++ b/src/Mobs/Ghast.cpp @@ -9,9 +9,10 @@ cGhast::cGhast(void) : - super("Ghast", mtGhast, "entity.ghast.hurt", "entity.ghast.death", 4, 4) + super(mtGhast, "entity.ghast.hurt", "entity.ghast.death", 4, 4) { m_EMPersonality = AGGRESSIVE; + GetMonsterConfig("Ghast"); } |