Add ambient mob sounds (#4521)

This commit is contained in:
Mat
2020-03-22 15:50:34 +00:00
committed by GitHub
parent 076749bd36
commit 9ddf433ae7
39 changed files with 62 additions and 41 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
cGhast::cGhast(void) :
super("Ghast", mtGhast, "entity.ghast.hurt", "entity.ghast.death", 4, 4)
super("Ghast", mtGhast, "entity.ghast.hurt", "entity.ghast.death", "entity.ghast.ambient", 4, 4)
{
}