Fixes SwiftKick getting ChiBlockChance from config

This commit is contained in:
Loony 2016-05-01 10:06:01 +01:00
parent 713860f7e8
commit 45154e7774

View file

@ -22,7 +22,7 @@ public class SwiftKick extends ChiAbility {
return;
}
this.damage = getConfig().getInt("Abilities.Chi.SwiftKick.Damage");
this.blockChance = getConfig().getInt("Abilities.Chi.ChiCombo.ChiBlockChance");
this.blockChance = getConfig().getInt("Abilities.Chi.SwiftKick.ChiBlockChance");
this.cooldown = getConfig().getInt("Abilities.Chi.SwiftKick.Cooldown");
this.target = GeneralMethods.getTargetedEntity(player, 4);
start();