Sad Trombone implant is now buildable!

- You may now construct the Sad Trombone implant with a little bananium.
This commit is contained in:
GunHog
2016-07-27 10:30:35 -05:00
parent dd589a8c6f
commit afeb6d42d1
@@ -287,6 +287,16 @@
build_path = /obj/item/weapon/implantcase
category = list("Medical Designs")
/datum/design/implantcase
name = "Sad Trombone Implant Case"
desc = "Makes death amusing."
id = "implant_trombone"
req_tech = list("materials" = 2, "biotech" = 3, "programming" = 2)
build_type = PROTOLATHE
materials = list(MAT_GLASS = 500, MAT_BANANIUM = 500)
build_path = /obj/item/weapon/implantcase/sad_trombone
category = list("Medical Designs")
/datum/design/implant_freedom
name = "Freedom Implant Case"
desc = "A glass case containing an implant."