Merge branch 'master' into izac-voreupdate

This commit is contained in:
Izac Joof Forsgren
2020-05-13 09:16:09 +02:00
committed by GitHub
5 changed files with 150 additions and 22 deletions

View File

@@ -31,7 +31,9 @@ other types of metals and chemistry for reagents).
var/time = 10 //How many ticks it requires to build
var/category = null //Primarily used for Mech Fabricators, but can be used for anything.
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/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 //YW Edit, Used by autolathe, says if an item needs the autolathe to be hacked in order to appear
/datum/design/New()
..()

View File

@@ -107,6 +107,7 @@
materials = list(DEFAULT_WALL_MATERIAL = 4000)
build_path = /obj/item/ammo_casing/a12g/stunshell
sort_string = "MABBB"
autolathe_build = 1 //Ywedit
// Phase weapons