Merge pull request #7827 from FalseIncarnate/plumbing

Plumbing Update
This commit is contained in:
tigercat2000
2017-09-12 20:20:23 -07:00
committed by GitHub
9 changed files with 420 additions and 59 deletions
@@ -855,4 +855,13 @@
build_type = AUTOLATHE
materials = list(MAT_GLASS = 750, MAT_METAL = 250)
build_path = /obj/item/weapon/circuitboard/vendor
category = list("initial", "Electronics")
category = list("initial", "Electronics")
/datum/design/mirror
name = "mirror"
desc = "A mountable mirror."
id = "mirror"
build_type = AUTOLATHE
materials = list(MAT_GLASS = 2500) //1.25 glass sheets, broken mirrors will return a shard (1 sheet)
build_path = /obj/item/mounted/mirror
category = list("initial", "Miscellaneous")