Skip to content

Commit

Permalink
Add a freeze effect on the icy bow
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Jun 18, 2021
1 parent 1c4d2db commit 55d8d9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public BowShootHandler onShoot() {
p.setFreezeTicks(30 * 2);
}
}

n.getWorld().playEffect(n.getLocation(), Effect.STEP_SOUND, Material.ICE);
n.getWorld().playEffect(n.getEyeLocation(), Effect.STEP_SOUND, Material.ICE);
n.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 20 * 2, 10));
Expand Down

0 comments on commit 55d8d9f

Please sign in to comment.