increassed cooldown, people getting trapped perm

This commit is contained in:
Cheese 2015-12-14 22:05:08 +11:00
parent 809ff649be
commit 045bc760c2

View File

@ -52,7 +52,7 @@ public class ItemFreezeCannon extends ItemGadget implements IThrown
super(manager, "Freeze Cannon",
UtilText.splitLineToArray(C.cWhite + "Let someone cool off inside their very own ice cube!", LineFormat.LORE),
-1,
Material.ICE, (byte) 0, 2000, new Ammo("Freeze Cannon", "100 Ice Blocks", Material.ICE, (byte) 0, new String[]
Material.ICE, (byte) 0, 8000, new Ammo("Freeze Cannon", "100 Ice Blocks", Material.ICE, (byte) 0, new String[]
{
C.cWhite + "100 Ice Blocks for you to launch!"
}, -1, 1));