mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-04 14:41:21 +01:00
Break or die!
This commit is contained in:
parent
a710ff7c6c
commit
6833966c9a
@ -163,6 +163,7 @@ public enum MACreature
|
|||||||
case BABYZOMBIE:
|
case BABYZOMBIE:
|
||||||
case BABYZOMBIES:
|
case BABYZOMBIES:
|
||||||
((Zombie) e).setBaby(true);
|
((Zombie) e).setBaby(true);
|
||||||
|
break;
|
||||||
case WITHERSKELETON:
|
case WITHERSKELETON:
|
||||||
case WITHERSKELETONS:
|
case WITHERSKELETONS:
|
||||||
((Skeleton) e).getEquipment().setItemInHand(new ItemStack(Material.STONE_SWORD, 1));
|
((Skeleton) e).getEquipment().setItemInHand(new ItemStack(Material.STONE_SWORD, 1));
|
||||||
|
Loading…
Reference in New Issue
Block a user