Reduce the cooldown from 6 to 3 seconds

This commit is contained in:
Sam 2017-05-23 20:38:38 +01:00 committed by cnr
parent fd1cd148cb
commit 5ae32de83c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class KitJumper extends ProgressingKit
}; };
private static final Perk[] PERKS = { private static final Perk[] PERKS = {
new PerkDoubleJump("Double Jump", 1.2, 1.2, false, 6000, true), new PerkDoubleJump("Double Jump", 1.2, 1.2, false, 3000, true),
new PerkDummy("Feathered Boots", Collections.singletonList(C.cGray + "You take no fall damage.").toArray(new String[1])), new PerkDummy("Feathered Boots", Collections.singletonList(C.cGray + "You take no fall damage.").toArray(new String[1])),
new PerkCraftman() new PerkCraftman()
}; };