fixes + balancing

This commit is contained in:
DragonTrance
2022-06-09 18:30:10 -04:00
parent 7bae2a36ee
commit ff3a9b4437
5 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY C
R.name = initial(temp.name)
R.product_path = typepath
if(!free)
R.price = baseprice
R.price = FLOOR(baseprice * CONFIG_GET(number/economy_price_multiplier), 1)
if(product) //its a item!
var/product_price = SSeconomy.GetPrice(product)
if(!isnull(product_price))