Stuff and bloody things
This commit is contained in:
@@ -132,6 +132,40 @@
|
|||||||
category = list("Medical Designs")
|
category = list("Medical Designs")
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
|
/datum/design/holobarrier_med
|
||||||
|
name = "PENLITE holobarrier projector"
|
||||||
|
desc = "PENLITE holobarriers, a device that halts individuals with malicious diseases."
|
||||||
|
build_type = PROTOLATHE
|
||||||
|
build_path = /obj/item/holosign_creator/medical
|
||||||
|
materials = list(MAT_METAL = 500, MAT_GLASS = 500, MAT_SILVER = 100) //a hint of silver since it can troll 2 antags (bad viros and sentient disease)
|
||||||
|
id = "holobarrier_med"
|
||||||
|
category = list("Medical Designs")
|
||||||
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
|
/datum/design/healthanalyzer_advanced
|
||||||
|
name = "Advanced Health Analyzer"
|
||||||
|
desc = "A hand-held body scanner able to distinguish vital signs of the subject with high accuracy."
|
||||||
|
id = "healthanalyzer_advanced"
|
||||||
|
build_path = /obj/item/healthanalyzer/advanced
|
||||||
|
build_type = PROTOLATHE
|
||||||
|
materials = list(MAT_METAL = 5000, MAT_GLASS = 2500, MAT_SILVER = 2000, MAT_GOLD = 1500)
|
||||||
|
category = list("Medical Designs")
|
||||||
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
|
/datum/design/healthanalyzer_advanced
|
||||||
|
name = "Empty Blood Bag"
|
||||||
|
desc = "A hand-held body scanner able to distinguish vital signs of the subject with high accuracy."
|
||||||
|
id = "blood_bag"
|
||||||
|
build_path = /obj/item/reagent_containers/blood
|
||||||
|
build_type = PROTOLATHE
|
||||||
|
materials = list(MAT_GLASS = 1500, MAT_PLASTIC = 3500)
|
||||||
|
category = list("Medical Designs")
|
||||||
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
|
////////////////////////////////////////
|
||||||
|
//////////Defibrillator Tech////////////
|
||||||
|
////////////////////////////////////////
|
||||||
|
|
||||||
/datum/design/defibrillator
|
/datum/design/defibrillator
|
||||||
name = "Defibrillator"
|
name = "Defibrillator"
|
||||||
id = "defibrillator"
|
id = "defibrillator"
|
||||||
@@ -151,6 +185,10 @@
|
|||||||
category = list("Medical Designs")
|
category = list("Medical Designs")
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
|
/////////////////////////////////////////
|
||||||
|
//////////Alien Surgery Tools////////////
|
||||||
|
/////////////////////////////////////////
|
||||||
|
|
||||||
/datum/design/alienscalpel
|
/datum/design/alienscalpel
|
||||||
name = "Alien Scalpel"
|
name = "Alien Scalpel"
|
||||||
desc = "An advanced scalpel obtained through Abductor technology."
|
desc = "An advanced scalpel obtained through Abductor technology."
|
||||||
@@ -211,15 +249,6 @@
|
|||||||
category = list("Medical Designs")
|
category = list("Medical Designs")
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
||||||
|
|
||||||
/datum/design/healthanalyzer_advanced
|
|
||||||
name = "advanced health analyzer"
|
|
||||||
desc = "A hand-held body scanner able to distinguish vital signs of the subject with high accuracy."
|
|
||||||
id = "healthanalyzer_advanced"
|
|
||||||
build_path = /obj/item/healthanalyzer/advanced
|
|
||||||
build_type = PROTOLATHE
|
|
||||||
materials = list(MAT_METAL = 5000, MAT_GLASS = 2500, MAT_SILVER = 2000, MAT_GOLD = 1500)
|
|
||||||
category = list("Medical Designs")
|
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
||||||
|
|
||||||
/////////////////////////////////////////
|
/////////////////////////////////////////
|
||||||
//////////Cybernetic Implants////////////
|
//////////Cybernetic Implants////////////
|
||||||
@@ -576,13 +605,3 @@
|
|||||||
id = "surgery_zombie"
|
id = "surgery_zombie"
|
||||||
surgery = /datum/surgery/advanced/necrotic_revival
|
surgery = /datum/surgery/advanced/necrotic_revival
|
||||||
research_icon_state = "surgery_head"
|
research_icon_state = "surgery_head"
|
||||||
|
|
||||||
/datum/design/holobarrier_med
|
|
||||||
name = "PENLITE holobarrier projector"
|
|
||||||
desc = "PENLITE holobarriers, a device that halts individuals with malicious diseases."
|
|
||||||
build_type = PROTOLATHE
|
|
||||||
build_path = /obj/item/holosign_creator/medical
|
|
||||||
materials = list(MAT_METAL = 500, MAT_GLASS = 500, MAT_SILVER = 100) //a hint of silver since it can troll 2 antags (bad viros and sentient disease)
|
|
||||||
id = "holobarrier_med"
|
|
||||||
category = list("Medical Designs")
|
|
||||||
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
|
|
||||||
Reference in New Issue
Block a user