mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
Fixes SwiftKick getting ChiBlockChance from config
This commit is contained in:
parent
713860f7e8
commit
45154e7774
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue