mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
QoL: Adds BSB's to Service, adds R.Plunger design
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
materials = list(/datum/material/glass = 3000, /datum/material/plasma = 3000, /datum/material/diamond = 250, /datum/material/bluespace = 250)
|
materials = list(/datum/material/glass = 3000, /datum/material/plasma = 3000, /datum/material/diamond = 250, /datum/material/bluespace = 250)
|
||||||
build_path = /obj/item/reagent_containers/glass/beaker/bluespace
|
build_path = /obj/item/reagent_containers/glass/beaker/bluespace
|
||||||
category = list("Medical Designs")
|
category = list("Medical Designs")
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_SERVICE
|
||||||
|
|
||||||
/datum/design/noreactbeaker
|
/datum/design/noreactbeaker
|
||||||
name = "Cryostasis Beaker"
|
name = "Cryostasis Beaker"
|
||||||
@@ -973,6 +973,10 @@
|
|||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////
|
||||||
|
//////////// Plumbing //////////
|
||||||
|
/////////////////////////////////////////
|
||||||
|
|
||||||
/datum/design/acclimator
|
/datum/design/acclimator
|
||||||
name = "Plumbing Acclimator"
|
name = "Plumbing Acclimator"
|
||||||
desc = "A heating and cooling device for pipes!"
|
desc = "A heating and cooling device for pipes!"
|
||||||
@@ -1126,3 +1130,14 @@
|
|||||||
build_path = /obj/item/construction/plumbing
|
build_path = /obj/item/construction/plumbing
|
||||||
category = list("Misc","Medical Designs")
|
category = list("Misc","Medical Designs")
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
|
||||||
|
|
||||||
|
/datum/design/rplunger
|
||||||
|
name = "Reinforced Plunger"
|
||||||
|
desc = "A plunger designed for heavy duty clogs."
|
||||||
|
id = "rplunger"
|
||||||
|
build_type = PROTOLATHE
|
||||||
|
materials = list(/datum/material/plasma = 1000, /datum/material/iron = 1000, /datum/material/glass = 1000)
|
||||||
|
construction_time = 15
|
||||||
|
build_path = /obj/item/plunger/reinforced
|
||||||
|
category = list ("Misc","Medical Designs")
|
||||||
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_CARGO
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
display_name = "Advanced Plumbing Technology"
|
display_name = "Advanced Plumbing Technology"
|
||||||
description = "Plumbing RCD."
|
description = "Plumbing RCD."
|
||||||
prereq_ids = list("plumbing", "adv_engi")
|
prereq_ids = list("plumbing", "adv_engi")
|
||||||
design_ids = list("plumb_rcd", "autohydrotray")
|
design_ids = list("plumb_rcd", "autohydrotray", "rplunger")
|
||||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||||
|
|
||||||
//////////////////////Cybernetics/////////////////////
|
//////////////////////Cybernetics/////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user