DANG YOU WILLIAM

This commit is contained in:
NewGarbo 2015-11-03 22:05:17 +00:00
parent 7f03ca0936
commit b7bf4765c4

View File

@ -99,7 +99,7 @@ public class RocketAbility extends SlimeAbility implements IThrown
_shots.add(new ShotData(projectile, target));
ProjectileManager pm = getSlime().getProjectileManager();
pm.AddThrow(projectile, getSlime().getEntity(), this, -1, true, true, true, null, 0, 0, UtilParticle.ParticleType.SLIME, UpdateType.FASTEST, 1F);
pm.AddThrow(projectile, getSlime().getEntity(), this, -1, true, true, true, false, null, 0, 0, UtilParticle.ParticleType.SLIME, UpdateType.FASTEST, 1F);
// Bukkit.broadcastMessage("Shot Slime at target " + target);
_rocketsFired++;