Add , seperatation to currency information
This commit is contained in:
@@ -73,7 +73,7 @@ object PetsPage : ProfilePage {
|
||||
Text.literal("Magic Find: ").styled { it.withColor(Formatting.AQUA) }
|
||||
.append(
|
||||
Text.literal(
|
||||
FirmFormatters.toString(
|
||||
FirmFormatters.formatCurrency(
|
||||
RepoManager.neuRepo.constants.bonuses.getPetRewards(
|
||||
petScore
|
||||
)["magic_find"] ?: 0.0F, 1
|
||||
|
||||
@@ -49,7 +49,7 @@ object SkillPage : ProfilePage {
|
||||
) {
|
||||
override fun addTooltip(tooltip: TooltipBuilder) {
|
||||
tooltip.add(Text.literal("$level/$maxLevel"))
|
||||
tooltip.add(Text.translatable("firmament.pv.skills.total", FirmFormatters.toString(exp, 1)))
|
||||
tooltip.add(Text.translatable("firmament.pv.skills.total", FirmFormatters.formatCurrency(exp, 1)))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user