mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-20 19:57:56 +01:00
no.
This commit is contained in:
@@ -8,16 +8,6 @@
|
||||
category = list("Misc", "Medical Designs")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
/datum/design/construction_bag
|
||||
name = "Construction Bag"
|
||||
desc = "A bag for storing small construction components."
|
||||
id = "engbag"
|
||||
build_type = PROTOLATHE
|
||||
build_path = /obj/item/storage/bag/construction
|
||||
materials = list(/datum/material/iron = 250, /datum/material/glass = 250)
|
||||
category = list("Misc")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
|
||||
|
||||
/datum/design/cyberimp_toolset_advanced
|
||||
name = "Advanced Toolset Arm Implant"
|
||||
desc = "A very advanced version of the regular toolset implant, has alien stuff!"
|
||||
|
||||
@@ -15,14 +15,6 @@
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
hidden = FALSE
|
||||
|
||||
/datum/techweb_node/engineering/bag
|
||||
id = "engineering_bag"
|
||||
display_name = "Construction Bag"
|
||||
description = "A bag for storing small construction components."
|
||||
prereq_ids = list("engineering")
|
||||
design_ids = list("engbag")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1250)
|
||||
|
||||
/datum/techweb_node/adv_bluetravel
|
||||
id = "advanced_bluetravel"
|
||||
display_name = "Advanced Bluespace Travel"
|
||||
|
||||
Reference in New Issue
Block a user