From 994b02f5af05158f6da3964dee5f00e6f00ae981 Mon Sep 17 00:00:00 2001 From: "luksor111@gmail.com" Date: Fri, 21 Dec 2012 18:05:34 +0000 Subject: Added sounds to levers and mobs git-svn-id: http://mc-server.googlecode.com/svn/trunk@1093 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Mobs/Zombiepigman.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/Mobs/Zombiepigman.cpp') diff --git a/source/Mobs/Zombiepigman.cpp b/source/Mobs/Zombiepigman.cpp index 37cf02925..89e679050 100644 --- a/source/Mobs/Zombiepigman.cpp +++ b/source/Mobs/Zombiepigman.cpp @@ -10,6 +10,8 @@ cZombiepigman::cZombiepigman() { m_MobType = 57; + m_SoundHurt = "mob.zombiepig.zpighurt"; + m_SoundDeath = "mob.zombiepig.zpigdeath"; GetMonsterConfig("Zombiepigman"); } -- cgit v1.2.3