[Bug] Butcher Can't Math
Summary of the Issue
The "Total to Receive" calculation in the butcher interface is displaying incorrect values with repeating decimals (e.g., 0.10 appears as 0.09999..., 0.15 appears as 0.149999...). However, the actual money received after selling is correct and matches the item's "sell for" value.
Steps to Reproduce
- Open the butcher interface and select an item to sell.
- Observe the "Total to Receive" value displayed.
- Sell the item and verify the money received.
What Should Have Happened?
The "Total to Receive" should display the exact value as calculated (e.g., 0.10, 0.15, etc.) without rounding errors or repeating decimals.
What Actually Happened?
The "Total to Receive" displays incorrect values with repeating decimals (e.g., 0.10 as 0.09999..., 0.15 as 0.149999...), even though the actual money received is correct.
Date & Time of the Issue
Recurring over several days (week of 2/3/2025)
Screenshots or Videos (if available)
No screenshots or videos were provided.
Additional Information
- The issue appears to be a rounding/display problem in the butcher interface, as the actual transaction is accurate.
- The problem affects the display of the "Total to Receive" calculation for various item prices.
Edited by Jemma