Skip to content

Commit

Permalink
fix: デュアルブレイクのMaterialを直す
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 17, 2023
1 parent 7039f0f commit 927b3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ object ActiveSkillMenu extends Menu {
case skill: ActiveSkill =>
skill match {
case SeichiSkill.DualBreak =>
new IconItemStackBuilder(Material.GRASS)
new IconItemStackBuilder(Material.GRASS_BLOCK)
case SeichiSkill.TrialBreak =>
new IconItemStackBuilder(Material.STONE)
case SeichiSkill.Explosion =>
Expand Down

0 comments on commit 927b3c7

Please sign in to comment.