Break or die!

This commit is contained in:
Andreas Troelsen 2013-01-18 02:12:01 +01:00
parent a710ff7c6c
commit 6833966c9a

View File

@ -163,6 +163,7 @@ public enum MACreature
case BABYZOMBIE:
case BABYZOMBIES:
((Zombie) e).setBaby(true);
break;
case WITHERSKELETON:
case WITHERSKELETONS:
((Skeleton) e).getEquipment().setItemInHand(new ItemStack(Material.STONE_SWORD, 1));