Merge pull request #26285 from RealestEstate/mechpaints

Mech Painting
This commit is contained in:
Kurfursten
2020-05-02 20:50:47 -05:00
committed by GitHub
12 changed files with 176 additions and 46 deletions

View File

@@ -101,4 +101,14 @@
build_type = PROTOLATHE
materials = list(MAT_IRON = 100, MAT_GLASS = 100)
category = "Robotics"
build_path = /obj/item/clothing/glasses/hud/diagnostic
build_path = /obj/item/clothing/glasses/hud/diagnostic
/datum/design/mech_painter
name = "Mecha Painter"
desc = "A device used to paint mechs in various colours and fashions."
id = "mech_painter"
req_tech = list(Tc_MATERIALS = 1)
build_type = MECHFAB
materials = list(MAT_IRON = 100, MAT_GLASS = 100)
category = "Misc"
build_path = /obj/item/device/mech_painter