Changed height of skeleton

This commit is contained in:
LCastr0 2017-03-26 01:26:43 -03:00
parent 3837d9fbda
commit 32bb2515f7

View File

@ -49,7 +49,7 @@ public class MorphAwkwardRabbit extends MorphGadget
Slime slime = player.getWorld().spawn(player.getLocation(), Slime.class);
UtilEnt.silence(slime, true);
slime.addPotionEffect(new PotionEffect(PotionEffectType.INVISIBILITY, Integer.MAX_VALUE, 1, false, false));
slime.setSize(-1);
slime.setSize(-2);
Skeleton skeleton = player.getWorld().spawn(player.getLocation(), Skeleton.class);
UtilEnt.silence(skeleton, true);