From 6a58bd92e28eda460fdf1f2fd0b55402caabec0c Mon Sep 17 00:00:00 2001 From: filoghost Date: Fri, 29 Aug 2014 05:44:20 -0700 Subject: [PATCH] Updated Power Ups (markdown) --- Power-Ups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Power-Ups.md b/Power-Ups.md index baa71e4..297e6ed 100644 --- a/Power-Ups.md +++ b/Power-Ups.md @@ -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();