Skip to content

Commit

Permalink
added coin suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Nov 26, 2023
1 parent 35f33b8 commit 6d77a71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class EstimatedWardrobePrice {

toolTip.add(index++, " §7- $name: §6${NumberUtil.format(price)}")
}
toolTip.add(index, " §aTotal Value: §6§l${NumberUtil.format(totalPrice)}")
toolTip.add(index, " §aTotal Value: §6§l${NumberUtil.format(totalPrice)} coins")
}

@SubscribeEvent
Expand Down

0 comments on commit 6d77a71

Please sign in to comment.