This commit is contained in:
SplinterGP
2020-05-07 23:01:47 -03:00
parent 163c8665a0
commit c60d52d4ca
4 changed files with 22 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ other types of metals and chemistry for reagents).
var/sort_string = "ZZZZZ" //Sorting order
var/maxstack = 1 // yw edit, used by autolathe, says how many stacks a item can have or the limit of how many you can spawn at once
var/autolathe_build = 0 //YW Edit, makes other designs able to be built or added in autolathe, be via design disk or something else(added due to can't have two designs with same build_path without unit test getting angry)
var/hidden = 0
/datum/design/New()
..()