This commit is contained in:
Ghommie
2020-05-03 03:23:00 +02:00
parent 53c0ea391e
commit 1cb83547fa
+1 -1
View File
@@ -575,7 +575,7 @@ GLOBAL_LIST_EMPTY(vending_products)
var/cost_mult = get_best_discount(C)
if(cost_mult != 1)
.["cost_mult"] = cost_mult
if(cost < 1)
if(cost_mult < 1)
.["cost_text"] = " [(1 - cost_mult) * 100]% OFF"
else
.["cost_text"] = " [(cost_mult - 1) * 100]% EXTRA"