Merge branch 'master' of ssh://dev.mineplex.com:7999/min/mineplex
This commit is contained in:
commit
01cb69d28b
@ -15,6 +15,11 @@ public class DisguiseWitch extends DisguiseMonster
|
|||||||
return 66;
|
return 66;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getHurtSound()
|
||||||
|
{
|
||||||
|
return "mob.witch.hurt";
|
||||||
|
}
|
||||||
|
|
||||||
public void a(boolean flag)
|
public void a(boolean flag)
|
||||||
{
|
{
|
||||||
DataWatcher.watch(21, Byte.valueOf((byte)(flag ? 1 : 0)));
|
DataWatcher.watch(21, Byte.valueOf((byte)(flag ? 1 : 0)));
|
||||||
|
Loading…
Reference in New Issue
Block a user