Compensates for missed mirror (#11075)

This commit is contained in:
Tom
2022-01-28 17:01:33 -05:00
committed by GitHub
parent 2820ae14b4
commit c868e22e33
2 changed files with 0 additions and 20 deletions
@@ -973,16 +973,6 @@
build_path = /obj/item/assembly/flash/handheld
category = list("Misc")
/datum/design/maint_drone
name = "Maintenance Drone"
desc = "\"Repairs the station without bothering you!\" is what the marketing says."
id = "maint_drone"
build_type = MECHFAB
materials = list(/datum/material/iron = 800, /datum/material/glass = 350)
construction_time = 150
build_path = /obj/effect/mob_spawn/ghost_role/drone
category = list("Control Interfaces")
//MODsuit stuff
/datum/design/mod_shell
@@ -839,16 +839,6 @@
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
/datum/techweb_node/dex_robotics
id = "dex_robotics"
display_name = "Dexterous Robotics Research"
description = "The fine art of opposable thumbs."
prereq_ids = list("adv_engi", "adv_robotics", "biotech")
design_ids = list(
"maint_drone",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
/datum/techweb_node/neural_programming
id = "neural_programming"
display_name = "Neural Programming"