mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
Compensates for missed mirror (#11075)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user