Merge pull request #159 from Trilbyspaceclone/patch-2

Adds Advanced and phasic medical scanners to Rnd
This commit is contained in:
Hawk-v3
2019-09-19 20:38:30 +01:00
committed by GitHub
+21 -1
View File
@@ -133,6 +133,26 @@
build_path = /obj/item/device/healthanalyzer/improved
sort_string = "MBBAG"
//YAWN changes
/datum/design/item/medical/advanced_analyzer
name = "advanced health analyzer"
desc = "A prototype version of the improved health analyzer, able to distinguish the location of more serious injuries as well as accurately determine radiation levels, and neurological analysis suites"
id = "advanced_analyzer"
req_tech = list(TECH_MAGNET = 6, TECH_BIO = 7, TECH_PHORON = 4)
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 1000, "silver" = 1250, "gold" = 1750, "uranium" = 1000, "plastic" = 500)
build_path = /obj/item/device/healthanalyzer/advanced
sort_string = "MBBAH"
/datum/design/item/medical/phasic_analyzer
name = "phasic health analyzer"
desc = "A prototype version of the advanced health analyzer, able to distinguish the location of more serious injuries as well as accurately determine radiation levels, and neurological analysis suites. This analyzer even picks up chemicals in the patient's stomach."
id = "phasic_analyzer"
req_tech = list(TECH_MAGNET = 7, TECH_BIO = 8, TECH_BLUESPACE = 6, TECH_PHORON = 5)
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 1000, "silver" = 1500, "gold" = 2000, "uranium" = 1250, "diamond" = 750, "phoron" = 500, "plastic" = 1000, "osmium" = 500)
build_path = /obj/item/device/healthanalyzer/phasic
sort_string = "MBBAI"
//End of YAWN changes
/datum/design/item/implant
materials = list(DEFAULT_WALL_MATERIAL = 50, "glass" = 50)
@@ -183,4 +203,4 @@
materials = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 500)
build_path = /obj/item/device/mmi
category = "Misc"
sort_string = "VACBA"
sort_string = "VACBA"