[s]Fixed being able to create nearly infinite amount of materials from autolathes (#38624)

* clamper-oni

* Update autolathe.dm

* Update autolathe.dm
This commit is contained in:
CitrusGender
2018-06-20 17:05:05 +12:00
committed by oranges
parent 89e16c8b50
commit caa6edfdb3
+1
View File
@@ -154,6 +154,7 @@
var/multiplier = text2num(href_list["multiplier"])
var/is_stack = ispath(being_built.build_path, /obj/item/stack)
multiplier = CLAMP(multiplier,1,50)
/////////////////