Wither gonna hurt.

This commit is contained in:
sigonasr2 2013-11-18 03:20:17 -07:00
parent 15a67d4836
commit 3eb5393d9b

@ -6725,6 +6725,7 @@ public ItemStack getGoodie() {
if (l instanceof Player) {
e.setDamage(e.getDamage()*1.45d);
if (e.getDamager() instanceof Wither) {
e.setDamage(e.getDamage()*2d);
if (Math.random()<=0.25) {
l.getWorld().spawnEntity(l.getLocation(), EntityType.CREEPER);
}