Bug fixes

This commit is contained in:
Markolie
2014-12-17 21:56:37 +01:00
parent 46cd4c45f3
commit 19fde1c4a0
21 changed files with 12107 additions and 12071 deletions

View File

@@ -1588,6 +1588,26 @@ datum/design/cyborg_analyzer
materials = list("$metal" = 30, "$glass" = 20)
reliability_base = 74
build_path = "/obj/item/device/robotanalyzer"
datum/design/autopsy_scanner
name = "Autopsy Scanner"
desc = "A hand-held scanner able to extracts information from wounds."
id = "autopsy_scanner"
req_tech = list("programming" = 2, "biotech" = 2, "magnets" = 2)
build_type = PROTOLATHE
materials = list("$metal" = 30, "$glass" = 20)
reliability_base = 74
build_path = "/obj/item/device/autopsy_scanner"
datum/design/detective_scanner
name = "Forensic Scanner"
desc = "A hand-held scanner able to remotely scan objects and biomass for DNA and fingerprints."
id = "detective_scanner"
req_tech = list("programming" = 4, "biotech" = 3, "magnets" = 4)
build_type = PROTOLATHE
materials = list("$metal" = 30, "$glass" = 20)
reliability_base = 74
build_path = "/obj/item/device/detective_scanner"
datum/design/mmi
name = "Man-Machine Interface"