Shop Price Rounding

Hello,

I noticed the shop is rounding buy prices in favor of player. So when I have buy price = sell price and a buy modifier = .5, a single item is valued as 1. But when I want to buy stack x2, the modifier kicks in and the total price is three. I'd like to have that behaviour in reversed direction - make a single item cost 2 (rounded up) and keep price of stack x2 at value of three. Is there a setting for it or do I need to modify source code?

Regards
Konrad
 
I´m afraid there is no setting for that.
I believe this is hard coded in either the ShopBase or the CurrencyCollection scripts
 
Back
Top