Merge pull request #4703 from Citadel-Station-13/upstream-merge-34129

[MIRROR] Adds package wrapping to autolathes
This commit is contained in:
deathride58
2018-01-08 04:14:52 +00:00
committed by GitHub
@@ -807,6 +807,15 @@
build_path = /obj/item/stock_parts/cell/emergency_light
category = list("initial", "Electronics")
/datum/design/packageWrap
name = "Package Wrapping"
id = "packagewrap"
build_type = AUTOLATHE
materials = list(MAT_METAL = 200, MAT_GLASS = 200)
build_path = /obj/item/stack/packageWrap
category = list("initial", "Misc")
maxstack = 30
/datum/design/holodisk
name = "Holodisk"
id = "holodisk"