From 6d77a7113265d5dbe4f2e708b928d27f6494192d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 26 Nov 2023 20:07:31 +0100 Subject: added coin suffix --- .../at/hannibal2/skyhanni/features/misc/items/EstimatedWardrobePrice.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/items/EstimatedWardrobePrice.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/items/EstimatedWardrobePrice.kt index 6655d71cd..3969372ff 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/items/EstimatedWardrobePrice.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/items/EstimatedWardrobePrice.kt @@ -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 -- cgit