Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 064c7d8

Browse files
authored
makes circuit boards not invisible, standardization, mass driver is purple (#21784)
1 parent aaf51b5 commit 064c7d8

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

code/game/objects/items/circuitboards/machine_circuitboards.dm

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,6 @@
163163
/obj/item/stack/cable_coil = 2,
164164
/obj/item/stock_parts/manipulator = 5)
165165

166-
/obj/item/circuitboard/machine/synth_pod
167-
name = "Synthetic Storage Unit (Machine Board)"
168-
icon_state = "engineering"
169-
build_path = /obj/machinery/synth_pod
170-
req_components = list(
171-
/obj/item/stock_parts/micro_laser = 2,
172-
/obj/item/stack/cable_coil = 2,
173-
/obj/item/stock_parts/manipulator = 2)
174-
175166
/obj/item/circuitboard/machine/decontamination_unit
176167
name = "Decontamination Storage Unit (Machine Board)"
177168
greyscale_colors = CIRCUIT_COLOR_ENGINEERING
@@ -744,7 +735,7 @@
744735
needs_anchored = FALSE
745736
// yogs start - abductor chem dispenser
746737
/obj/item/circuitboard/machine/chem_dispenser/abductor
747-
name = "Reagent Synthetizer (Abductor Machine Board)"
738+
name = "Reagent Synthetizer (Machine Board)"
748739
icon_state = "abductor_mod"
749740
build_path = /obj/machinery/chem_dispenser/abductor
750741
def_components = list(/obj/item/stock_parts/cell = /obj/item/stock_parts/cell/high)
@@ -867,7 +858,7 @@
867858
/obj/item/stack/sheet/glass = 1)
868859

869860
/obj/item/circuitboard/machine/protolathe/department/medical
870-
name = "Departmental Protolathe (Machine Board) - Medical"
861+
name = "Departmental Protolathe - Medical (Machine Board)"
871862
greyscale_colors = CIRCUIT_COLOR_MEDICAL
872863
build_path = /obj/machinery/rnd/production/protolathe/department/medical
873864

@@ -1034,7 +1025,7 @@
10341025
build_path = /obj/machinery/processor/slime
10351026

10361027
/obj/item/circuitboard/machine/protolathe/department/science
1037-
name = "Departmental Protolathe (Machine Board) - Science"
1028+
name = "Departmental Protolathe - Science (Machine Board)"
10381029
greyscale_colors = CIRCUIT_COLOR_SCIENCE
10391030
build_path = /obj/machinery/rnd/production/protolathe/department/science
10401031

@@ -1139,13 +1130,29 @@
11391130
/obj/item/reagent_containers/glass/beaker = 2)
11401131

11411132
/obj/item/circuitboard/machine/plort
1142-
name = "Machine Design (Plort Redemption Machine)"
1133+
name = "Plort Redemption Machine (Machine Board)"
11431134
greyscale_colors = CIRCUIT_COLOR_SCIENCE
11441135
build_path = /obj/machinery/plortrefinery
11451136
req_components = list(
11461137
/obj/item/stock_parts/manipulator = 3,
11471138
/obj/item/stack/cable_coil = 2)
11481139

1140+
/obj/item/circuitboard/machine/synth_pod
1141+
name = "Synthetic Storage Unit (Machine Board)"
1142+
greyscale_colors = CIRCUIT_COLOR_SCIENCE
1143+
build_path = /obj/machinery/synth_pod
1144+
req_components = list(
1145+
/obj/item/stock_parts/micro_laser = 2,
1146+
/obj/item/stack/cable_coil = 2,
1147+
/obj/item/stock_parts/manipulator = 2)
1148+
1149+
/obj/item/circuitboard/machine/mass_driver
1150+
name = "Mass Driver (Machine Board)"
1151+
greyscale_colors = CIRCUIT_COLOR_SCIENCE
1152+
build_path = /obj/machinery/mass_driver
1153+
req_components = list(
1154+
/obj/item/stock_parts/capacitor = 1)
1155+
11491156
//Security
11501157

11511158
/obj/item/circuitboard/machine/protolathe/department/security
@@ -1368,7 +1375,7 @@
13681375
req_components = list()
13691376

13701377
/obj/item/circuitboard/machine/protolathe/department/cargo
1371-
name = "Departmental Protolathe (Machine Board) - Cargo"
1378+
name = "Departmental Protolathe - Cargo (Machine Board)"
13721379
greyscale_colors = CIRCUIT_COLOR_SUPPLY
13731380
build_path = /obj/machinery/rnd/production/protolathe/department/cargo
13741381

@@ -1389,7 +1396,7 @@
13891396
/obj/item/stack/cable_coil = 5)
13901397

13911398
/obj/item/circuitboard/machine/techfab/department/cargo
1392-
name = "\improper Departmental Techfab (Machine Board) - Cargo"
1399+
name = "\improper Departmental Techfab - Cargo (Machine Board)"
13931400
greyscale_colors = CIRCUIT_COLOR_SUPPLY
13941401
build_path = /obj/machinery/rnd/production/techfab/department/cargo
13951402

@@ -1476,9 +1483,3 @@
14761483
req_components = list(
14771484
/obj/item/stock_parts/capacitor = 3,
14781485
/obj/item/stock_parts/micro_laser = 1)
1479-
1480-
/obj/item/circuitboard/machine/mass_driver
1481-
name = "Mass Driver"
1482-
build_path = /obj/machinery/mass_driver
1483-
req_components = list(
1484-
/obj/item/stock_parts/capacitor = 1)

0 commit comments

Comments
 (0)