Adding bluespace bodybags. Adding changelog.

This commit is contained in:
phil235
2014-10-21 17:27:40 +02:00
parent 56c853f9d6
commit c2fcd21499
5 changed files with 45 additions and 4 deletions
@@ -75,4 +75,15 @@ datum/design/noreactbeaker
materials = list("$metal" = 3000)
reliability = 76
build_path = /obj/item/weapon/reagent_containers/glass/beaker/noreact
category = "Misc"
datum/design/bluespacebodybag
name = "Bluespace body bag"
desc = "A bluespace body bag, powered by experimental bluespace technology. It can hold loads of bodies and the largest of creatures."
id = "bluespacebodybag"
req_tech = list("bluespace" = 2, "materials" = 6)
build_type = PROTOLATHE
materials = list("$metal" = 3000, "$plasma" = 2000, "$diamond" = 500)
reliability = 76
build_path = /obj/item/bodybag/bluespace
category = "Misc"