mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[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:
@@ -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