mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Adding bluespace bodybags. Adding changelog.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user