Adds the floor painter

This commit is contained in:
monster860
2016-05-14 14:50:53 -04:00
parent d2ed3f3e35
commit bbe031044f
3 changed files with 86 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"