Added witch disguise hurt sound

This commit is contained in:
Jonathan Williams 2013-10-25 20:12:01 -05:00
parent 5470f847a9
commit ca3979f4fa
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ public class DisguiseWitch extends DisguiseMonster
return 66;
}
public String getHurtSound()
{
return "mob.witch.hurt";
}
public void a(boolean flag)
{
DataWatcher.watch(21, Byte.valueOf((byte)(flag ? 1 : 0)));