Incorrect values

This commit is contained in:
Sam 2018-02-01 13:41:02 +00:00 committed by Alexander Meech
parent a76d83cd69
commit 123f69be59
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ public class KitSpider extends SmashKit
};
private static final ItemStack[] PLAYER_ARMOR = {
ItemStackFactory.Instance.CreateStack(Material.CHAINMAIL_BOOTS),
ItemStackFactory.Instance.CreateStack(Material.IRON_BOOTS),
ItemStackFactory.Instance.CreateStack(Material.CHAINMAIL_LEGGINGS),
ItemStackFactory.Instance.CreateStack(Material.CHAINMAIL_CHESTPLATE),
null,

View File

@ -78,7 +78,7 @@ public class PerkFlap extends SmashPerk
}
else
{
UtilAction.velocity(player, player.getLocation().getDirection(), power, true, power, 0.3, 10, true);
UtilAction.velocity(player, player.getLocation().getDirection(), power, true, power, 0.15, 10, true);
}
// Sound