Adds picture frames

This commit is contained in:
Tastyfish
2016-02-21 21:00:45 -05:00
parent e78bcc6a8c
commit 4f3ce4ecbc
7 changed files with 231 additions and 3 deletions
@@ -273,6 +273,14 @@
materials = list(MAT_METAL = 100)
build_path = /obj/item/weapon/canvas/twentythreeXtwentythree
category = list("initial", "Miscellaneous")
/datum/design/glass_picture_frame
name = "Glass Picture Frame"
id = "glass_picture_frame"
build_type = AUTOLATHE
materials = list(MAT_METAL = 25, MAT_GLASS = 75)
build_path = /obj/item/weapon/picture_frame/glass
category = list("initial", "Miscellaneous")
/datum/design/camera_assembly
name = "Camera Assembly"