|
163 | 163 | /obj/item/stack/cable_coil = 2, |
164 | 164 | /obj/item/stock_parts/manipulator = 5) |
165 | 165 |
|
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 | | - |
175 | 166 | /obj/item/circuitboard/machine/decontamination_unit |
176 | 167 | name = "Decontamination Storage Unit (Machine Board)" |
177 | 168 | greyscale_colors = CIRCUIT_COLOR_ENGINEERING |
|
744 | 735 | needs_anchored = FALSE |
745 | 736 | // yogs start - abductor chem dispenser |
746 | 737 | /obj/item/circuitboard/machine/chem_dispenser/abductor |
747 | | - name = "Reagent Synthetizer (Abductor Machine Board)" |
| 738 | + name = "Reagent Synthetizer (Machine Board)" |
748 | 739 | icon_state = "abductor_mod" |
749 | 740 | build_path = /obj/machinery/chem_dispenser/abductor |
750 | 741 | def_components = list(/obj/item/stock_parts/cell = /obj/item/stock_parts/cell/high) |
|
867 | 858 | /obj/item/stack/sheet/glass = 1) |
868 | 859 |
|
869 | 860 | /obj/item/circuitboard/machine/protolathe/department/medical |
870 | | - name = "Departmental Protolathe (Machine Board) - Medical" |
| 861 | + name = "Departmental Protolathe - Medical (Machine Board)" |
871 | 862 | greyscale_colors = CIRCUIT_COLOR_MEDICAL |
872 | 863 | build_path = /obj/machinery/rnd/production/protolathe/department/medical |
873 | 864 |
|
|
1034 | 1025 | build_path = /obj/machinery/processor/slime |
1035 | 1026 |
|
1036 | 1027 | /obj/item/circuitboard/machine/protolathe/department/science |
1037 | | - name = "Departmental Protolathe (Machine Board) - Science" |
| 1028 | + name = "Departmental Protolathe - Science (Machine Board)" |
1038 | 1029 | greyscale_colors = CIRCUIT_COLOR_SCIENCE |
1039 | 1030 | build_path = /obj/machinery/rnd/production/protolathe/department/science |
1040 | 1031 |
|
|
1139 | 1130 | /obj/item/reagent_containers/glass/beaker = 2) |
1140 | 1131 |
|
1141 | 1132 | /obj/item/circuitboard/machine/plort |
1142 | | - name = "Machine Design (Plort Redemption Machine)" |
| 1133 | + name = "Plort Redemption Machine (Machine Board)" |
1143 | 1134 | greyscale_colors = CIRCUIT_COLOR_SCIENCE |
1144 | 1135 | build_path = /obj/machinery/plortrefinery |
1145 | 1136 | req_components = list( |
1146 | 1137 | /obj/item/stock_parts/manipulator = 3, |
1147 | 1138 | /obj/item/stack/cable_coil = 2) |
1148 | 1139 |
|
| 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 | + |
1149 | 1156 | //Security |
1150 | 1157 |
|
1151 | 1158 | /obj/item/circuitboard/machine/protolathe/department/security |
|
1368 | 1375 | req_components = list() |
1369 | 1376 |
|
1370 | 1377 | /obj/item/circuitboard/machine/protolathe/department/cargo |
1371 | | - name = "Departmental Protolathe (Machine Board) - Cargo" |
| 1378 | + name = "Departmental Protolathe - Cargo (Machine Board)" |
1372 | 1379 | greyscale_colors = CIRCUIT_COLOR_SUPPLY |
1373 | 1380 | build_path = /obj/machinery/rnd/production/protolathe/department/cargo |
1374 | 1381 |
|
|
1389 | 1396 | /obj/item/stack/cable_coil = 5) |
1390 | 1397 |
|
1391 | 1398 | /obj/item/circuitboard/machine/techfab/department/cargo |
1392 | | - name = "\improper Departmental Techfab (Machine Board) - Cargo" |
| 1399 | + name = "\improper Departmental Techfab - Cargo (Machine Board)" |
1393 | 1400 | greyscale_colors = CIRCUIT_COLOR_SUPPLY |
1394 | 1401 | build_path = /obj/machinery/rnd/production/techfab/department/cargo |
1395 | 1402 |
|
|
1476 | 1483 | req_components = list( |
1477 | 1484 | /obj/item/stock_parts/capacitor = 3, |
1478 | 1485 | /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