Skip to content

Commit

Permalink
Enhanced the wind charge skill
Browse files Browse the repository at this point in the history
  • Loading branch information
iceBear67 committed Oct 14, 2024
1 parent c63f865 commit d4118cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/dev/tylerm/khs/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ private List<HiderSkill> loadSkills() {
}
{
var windCharge = new ItemStack(Material.WIND_CHARGE);
windCharge.setAmount(2);
windCharge.setAmount(4);
var display = ItemStacks.of(
Material.WIND_CHARGE,
"&b弹弓",
"风弹 x2"
"风弹 x4"
);
list.add(new HiderSkill(display,List.of(windCharge)));
}
Expand Down

0 comments on commit d4118cd

Please sign in to comment.