Merge pull request #4432 from monster860/floorpainter

Adds the floor painter
This commit is contained in:
Fox McCloud
2016-05-22 18:43:15 -04:00
4 changed files with 107 additions and 0 deletions
@@ -688,6 +688,14 @@
build_path = /obj/item/weapon/hand_labeler
category = list("initial", "Electronics")
/datum/design/floorpainter
name = "Floor painter"
id = "floor_painter"
build_type = AUTOLATHE
materials = list(MAT_METAL = 150, MAT_GLASS = 125)
build_path = /obj/item/device/floor_painter
category = list("initial", "Electronics")
/datum/design/logic_board
name = "Logic Circuit"
id = "logic_board"