Skip to content

Commit

Permalink
minor adjustments + copied TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MTOnline69 committed Oct 17, 2024
1 parent 7fddd05 commit ef5a288
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ object MaskShopPrice {
updateProducts()

val multiplier = 100
// TODO merge core with SkyMartCopperPrice into a utils
val table = mutableListOf<DisplayTableEntry>()

for (product in products) {
Expand All @@ -84,12 +85,10 @@ object MaskShopPrice {

val hover = buildList {
add(product.name)

add("")
add("§7Item price: §6${product.itemPrice.shortFormat()} ")
add("§7Carnival Token cost: §c${product.carnivalTokens.shortFormat()} ")
add("§7Profit per 100 Carnival Tokens: §6$perFormat ")
add("")
}
table.add(
DisplayTableEntry(
Expand Down

0 comments on commit ef5a288

Please sign in to comment.