Skip to content

Commit

Permalink
Improvement: Add rarity to compact hoppity messages (hannibal002#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-a-cowfr authored Aug 17, 2024
1 parent a4a6c98 commit f34dff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object HoppityEggsCompactChat {
val timeStr = if (config.showDuplicateTime) ", §a+§b$timeFormatted§7" else ""
"$mealNameFormatted! §7Duplicate $lastName §7(§6+$format Chocolate§7$timeStr)"
} else if (newRabbit) {
"$mealNameFormatted! §d§lNEW $lastName §7(${lastProfit}§7)"
"$mealNameFormatted! §d§lNEW $lastRarity $lastName §7(${lastProfit}§7)"
} else "?"
}

Expand Down

0 comments on commit f34dff0

Please sign in to comment.