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

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

* clamper-oni

* Update autolathe.dm

* Update autolathe.dm

* [s]Fixed being able to create nearly infinite amount of materials from autolathes
This commit is contained in:
CitadelStationBot
2018-06-20 19:23:02 -05:00
committed by kevinz000
parent 49a34614cd
commit 25ba25d997
+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)
/////////////////