mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Buildable robot analyzers
- Robot analyzers can now be built using Protolathe. They are low-mid level tech, requiring quite small research levels and no rare materials.
This commit is contained in:
@@ -1321,6 +1321,15 @@ datum/design/batteryrack
|
||||
////////////Medical Tools////////////////
|
||||
/////////////////////////////////////////
|
||||
|
||||
datum/design/robot_scanner
|
||||
name = "Cyborg Analyzer"
|
||||
desc = "A hand-held scanner able to diagnose robotic injuries. "
|
||||
id = "robot_scanner"
|
||||
req_tech = list("magnets" = 3, "biotech" = 2, "engineering" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 500, "$glass" = 200)
|
||||
build_path = "/obj/item/device/robotanalyzer"
|
||||
|
||||
datum/design/mass_spectrometer
|
||||
name = "Mass-Spectrometer"
|
||||
desc = "A device for analyzing chemicals in the blood."
|
||||
|
||||
Reference in New Issue
Block a user