mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Gives Research Borgs Rapid Part Exchanger
Gives the research borg module the rapid part exchange device so it can easily upgrade machines without having to take it apart and slowly put the pieces back in (with some of these machines being bugged and unable to be deconstructed like the circuit imprinter).
This commit is contained in:
@@ -704,6 +704,7 @@ var/global/list/robot_modules = list(
|
||||
src.modules += new /obj/item/weapon/surgical/circular_saw(src)
|
||||
src.modules += new /obj/item/weapon/reagent_containers/syringe(src)
|
||||
src.modules += new /obj/item/weapon/reagent_containers/glass/beaker/large(src)
|
||||
src.modules += new /obj/item/weapon/storage/part_replacer(src)
|
||||
src.emag = new /obj/item/weapon/hand_tele(src)
|
||||
|
||||
var/datum/matter_synth/nanite = new /datum/matter_synth/nanite(10000)
|
||||
|
||||
Reference in New Issue
Block a user