mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Change genetics machine department flags, fix inconsistency (#51670)
This commit is contained in:
@@ -368,7 +368,9 @@
|
||||
/obj/item/circuitboard/computer/nanite_cloud_controller,
|
||||
/obj/item/circuitboard/machine/nanite_chamber,
|
||||
/obj/item/circuitboard/machine/nanite_programmer,
|
||||
/obj/item/circuitboard/machine/nanite_program_hub
|
||||
/obj/item/circuitboard/machine/nanite_program_hub,
|
||||
/obj/item/circuitboard/computer/scan_consolenew,
|
||||
/obj/item/circuitboard/machine/dnascanner
|
||||
)
|
||||
|
||||
/obj/effect/spawner/lootdrop/techstorage/security
|
||||
@@ -405,11 +407,9 @@
|
||||
name = "medical circuit board spawner"
|
||||
loot = list(
|
||||
/obj/item/circuitboard/machine/chem_dispenser,
|
||||
/obj/item/circuitboard/computer/scan_consolenew,
|
||||
/obj/item/circuitboard/computer/med_data,
|
||||
/obj/item/circuitboard/machine/smoke_machine,
|
||||
/obj/item/circuitboard/machine/chem_master,
|
||||
/obj/item/circuitboard/machine/dnascanner,
|
||||
/obj/item/circuitboard/computer/pandemic
|
||||
)
|
||||
|
||||
|
||||
@@ -288,11 +288,6 @@
|
||||
icon_state = "medical"
|
||||
build_path = /obj/machinery/computer/pandemic
|
||||
|
||||
/obj/item/circuitboard/computer/scan_consolenew
|
||||
name = "DNA Machine (Computer Board)"
|
||||
icon_state = "medical"
|
||||
build_path = /obj/machinery/computer/scan_consolenew
|
||||
|
||||
//Science
|
||||
|
||||
/obj/item/circuitboard/computer/aifixer
|
||||
@@ -355,10 +350,15 @@
|
||||
build_path = /obj/machinery/computer/teleporter
|
||||
|
||||
/obj/item/circuitboard/computer/xenobiology
|
||||
name = "circuit board (Xenobiology Console)"
|
||||
name = "Xenobiology Console (Computer Board)"
|
||||
icon_state = "science"
|
||||
build_path = /obj/machinery/computer/camera_advanced/xenobio
|
||||
|
||||
/obj/item/circuitboard/computer/scan_consolenew
|
||||
name = "DNA Console (Computer Board)"
|
||||
icon_state = "science"
|
||||
build_path = /obj/machinery/computer/scan_consolenew
|
||||
|
||||
//Security
|
||||
|
||||
/obj/item/circuitboard/computer/labor_shuttle
|
||||
|
||||
@@ -667,17 +667,6 @@
|
||||
else
|
||||
return ..()
|
||||
|
||||
/obj/item/circuitboard/machine/dnascanner
|
||||
name = "DNA Scanner (Machine Board)"
|
||||
icon_state = "medical"
|
||||
build_path = /obj/machinery/dna_scannernew
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/scanning_module = 1,
|
||||
/obj/item/stock_parts/matter_bin = 1,
|
||||
/obj/item/stock_parts/micro_laser = 1,
|
||||
/obj/item/stack/sheet/glass = 1,
|
||||
/obj/item/stack/cable_coil = 2)
|
||||
|
||||
/obj/item/circuitboard/machine/cryo_tube
|
||||
name = "Cryotube (Machine Board)"
|
||||
icon_state = "medical"
|
||||
@@ -956,6 +945,17 @@
|
||||
/obj/item/stock_parts/micro_laser = 1,
|
||||
/obj/item/stock_parts/scanning_module = 1)
|
||||
|
||||
/obj/item/circuitboard/machine/dnascanner
|
||||
name = "DNA Scanner (Machine Board)"
|
||||
icon_state = "science"
|
||||
build_path = /obj/machinery/dna_scannernew
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/scanning_module = 1,
|
||||
/obj/item/stock_parts/matter_bin = 1,
|
||||
/obj/item/stock_parts/micro_laser = 1,
|
||||
/obj/item/stack/sheet/glass = 1,
|
||||
/obj/item/stack/cable_coil = 2)
|
||||
|
||||
//Security
|
||||
|
||||
/obj/item/circuitboard/machine/protolathe/department/security
|
||||
|
||||
Reference in New Issue
Block a user