Incorrect values
This commit is contained in:
parent
a76d83cd69
commit
123f69be59
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user