increassed cooldown, people getting trapped perm
This commit is contained in:
parent
809ff649be
commit
045bc760c2
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user