give undead warriors stone swords.

This commit is contained in:
NewGarbo 2015-11-16 19:41:09 +00:00
parent 580ec27738
commit 181642e200
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ public class UndeadWarrior extends EventCreature<Zombie>
eq.setChestplate(new ItemStack(Material.IRON_CHESTPLATE));
eq.setLeggings(new ItemStack(Material.IRON_LEGGINGS));
eq.setBoots(new ItemStack(Material.IRON_BOOTS));
eq.setItemInHand(new ItemStack(Material.STONE_SWORD));
eq.setItemInHandDropChance(0.f);
entity.addPotionEffect(new PotionEffect(PotionEffectType.SPEED, 999999, 0));
}