mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-04 11:15:21 +00:00
Update ComboManager to new ClickTypes
This commit is contained in:
parent
1193d2cb3c
commit
9c8c9c1741
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ public class ComboManager {
|
||||||
|
|
||||||
ArrayList<AbilityInformation> fireWheel = new ArrayList<>();
|
ArrayList<AbilityInformation> fireWheel = new ArrayList<>();
|
||||||
fireWheel.add(new AbilityInformation("FireShield", ClickType.SHIFT_DOWN));
|
fireWheel.add(new AbilityInformation("FireShield", ClickType.SHIFT_DOWN));
|
||||||
fireWheel.add(new AbilityInformation("FireShield", ClickType.RIGHT_CLICK));
|
fireWheel.add(new AbilityInformation("FireShield", ClickType.RIGHT_CLICK_BLOCK));
|
||||||
fireWheel.add(new AbilityInformation("FireShield", ClickType.RIGHT_CLICK));
|
fireWheel.add(new AbilityInformation("FireShield", ClickType.RIGHT_CLICK_BLOCK));
|
||||||
fireWheel.add(new AbilityInformation("Blaze", ClickType.SHIFT_UP));
|
fireWheel.add(new AbilityInformation("Blaze", ClickType.SHIFT_UP));
|
||||||
COMBO_ABILITIES.put("FireWheel", new ComboAbilityInfo("FireWheel", fireWheel, FireCombo.class));
|
COMBO_ABILITIES.put("FireWheel", new ComboAbilityInfo("FireWheel", fireWheel, FireCombo.class));
|
||||||
DESCRIPTIONS.put("FireWheel", "A high-speed wheel of fire that travels along the ground for long distances dealing high damage.");
|
DESCRIPTIONS.put("FireWheel", "A high-speed wheel of fire that travels along the ground for long distances dealing high damage.");
|
||||||
|
|
Loading…
Reference in a new issue