[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:
committed by
kevinz000
parent
49a34614cd
commit
25ba25d997
@@ -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)
|
||||
|
||||
/////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user