Updated Power Ups (markdown)

filoghost 2014-08-29 05:44:20 -07:00
parent 2cc90bd500
commit 6a58bd92e2

@ -25,7 +25,7 @@ floatingItem.setPickupHandler(new PickupHandler() {
player.playEffect(floatingItem.getLocation(), Effect.MOBSPAWNER_FLAMES, null);
// 1 minute of fire resistance
player.addPotionEffect(new PotionEffect(PotionEffectType.FIRE_RESISTANCE, 60 * 20, 1));
player.addPotionEffect(new PotionEffect(PotionEffectType.FIRE_RESISTANCE, 60 * 20, 0));
// Delete the hologram and the floating item
floatingItem.delete();