increased the amount of stuff the chem master can dispense from 10 to 20

This commit is contained in:
Cirno
2020-07-05 11:17:37 -03:00
parent bfbe472114
commit 45d97b2251
@@ -258,9 +258,9 @@
var/amount = text2num(params["amount"])
if(amount == null)
amount = text2num(input(usr,
"Max 10. Buffer content will be split evenly.",
"Max 20. Buffer content will be split evenly.",
"How many to make?", 1))
amount = clamp(round(amount), 0, 10)
amount = clamp(round(amount), 0, 20)
if (amount <= 0)
return FALSE
// Get units per item