1
0

Add ambient mob sounds (#4521)

This commit is contained in:
Mat
2020-03-22 17:50:34 +02:00
committed by GitHub
parent 076749bd36
commit 9ddf433ae7
39 changed files with 62 additions and 41 deletions

View File

@@ -6,7 +6,7 @@
cBat::cBat(void) :
super("Bat", mtBat, "entity.bat.hurt", "entity.bat.death", 0.5, 0.9)
super("Bat", mtBat, "entity.bat.hurt", "entity.bat.death", "entity.bat.ambient", 0.5, 0.9)
{
SetGravity(-2.0f);
SetAirDrag(0.05f);