Skip to content

Commit

Permalink
I don't wanna talk about it
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArthurCole committed Sep 17, 2024
1 parent db26d07 commit 937b659
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ object HoppityCollectionStats {
ChocolateFactoryAPI.milestoneByRabbit(itemStack.displayName)?.let {
val displayAmount = it.amount.shortFormat()
val operationFormat = when(milestoneType) {
HoppityEggType.CHOCOLATE_SHOP_MILESTONE -> "reaching"
HoppityEggType.CHOCOLATE_FACTORY_MILESTONE -> "spending"
HoppityEggType.CHOCOLATE_SHOP_MILESTONE -> "spending"
HoppityEggType.CHOCOLATE_FACTORY_MILESTONE -> "reaching"
else -> "" // Never happens
}

Expand Down

0 comments on commit 937b659

Please sign in to comment.