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

@@ -10,7 +10,7 @@
cSkeleton::cSkeleton(bool IsWither) :
super("Skeleton", mtSkeleton, "entity.skeleton.hurt", "entity.skeleton.death", 0.6, 1.8),
super("Skeleton", mtSkeleton, "entity.skeleton.hurt", "entity.skeleton.death", "entity.skeleton.ambient", 0.6, 1.8),
m_bIsWither(IsWither)
{
}