ok multiples of 5 tho

This commit is contained in:
qweq12yt
2021-03-27 11:38:58 -03:00
parent afa68172ee
commit ae39ba3cca
@@ -17,7 +17,7 @@
/datum/blackmarket_item/New()
if(isnull(price))
price = round(rand(price_min, price_max), 10)
price = round(rand(price_min, price_max), 5)
if(isnull(stock))
stock = rand(stock_min, stock_max)