Skip to content

Commit

Permalink
Edits bluespace_designs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Jul 23, 2023
1 parent e5b6c15 commit f0cb7b9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions code/modules/research/designs/bluespace_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@
category = list("Bluespace Designs")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SECURITY

/datum/design/bag_holding
name = "Bag of Holding"
desc = "A backpack that opens into a localized pocket of bluespace."
id = "bag_holding"
build_type = PROTOLATHE
materials = list(/datum/material/gold = 3000, /datum/material/diamond = 1500, /datum/material/uranium = 250, /datum/material/bluespace = 2000)
build_path = /obj/item/storage/backpack/holding
category = list("Bluespace Designs")
dangerous_construction = TRUE
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE

/datum/design/bluespace_crystal
name = "Artificial Bluespace Crystal"
desc = "A small blue crystal with mystical properties."
Expand Down

0 comments on commit f0cb7b9

Please sign in to comment.