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

Commit 459e6bb

Browse files
authored
Removes synth storage units because we forgot to (#22630)
* removes synth suit storage * removes them from ai research too thank you good catch sapphic
1 parent 3279195 commit 459e6bb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

code/modules/research/designs/machine_designs.dm

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -715,15 +715,6 @@
715715
category = list ("Engineering Machinery")
716716
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
717717

718-
/datum/design/board/synth_pod
719-
name = "Machine Design (Synthetic Storage Unit)"
720-
desc = "The circuit board for a synthetic storage unit."
721-
id = "synth_pod"
722-
build_path = /obj/item/circuitboard/machine/synth_pod
723-
category = list ("Engineering Machinery")
724-
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
725-
726-
727718
/datum/design/board/decontamination_unit
728719
name = "Machine Design (Decontamination Unit)"
729720
desc = "The circuit board for a decontamination unit."

code/modules/research/techweb/all_nodes.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
display_name = "Artificial Intelligence"
400400
description = "AI unit research."
401401
prereq_ids = list("base")
402-
design_ids = list("server_cabinet", "networking_machine", "subcontroller", "synth_pod", "ai_data_core", "ai_core_display", "ai_server_overview", "ram1", "basic_ai_cpu", "aifixer", "safeguard_module", "onehuman_module", "reporter_module", "protectstation_module", "quarantine_module", "oxygen_module", "freeform_module", "reset_module", "purge_module", "remove_module", "freeformcore_module", "asimov_module", "crewsimov_module", "paladin_module", "tyrant_module", "overlord_module", "ceo_module", "cowboy_module", "mother_module", "silicop_module", "construction_module", "metaexperiment_module", "researcher_module", "siliconcollective_module", "spotless_module", "clown_module", "chapai_module", "druid_module", "detective_module", "default_module", "borg_ai_control", "mecha_tracking_ai_control", "intellicard")
402+
design_ids = list("server_cabinet", "networking_machine", "subcontroller", "ai_data_core", "ai_core_display", "ai_server_overview", "ram1", "basic_ai_cpu", "aifixer", "safeguard_module", "onehuman_module", "reporter_module", "protectstation_module", "quarantine_module", "oxygen_module", "freeform_module", "reset_module", "purge_module", "remove_module", "freeformcore_module", "asimov_module", "crewsimov_module", "paladin_module", "tyrant_module", "overlord_module", "ceo_module", "cowboy_module", "mother_module", "silicop_module", "construction_module", "metaexperiment_module", "researcher_module", "siliconcollective_module", "spotless_module", "clown_module", "chapai_module", "druid_module", "detective_module", "default_module", "borg_ai_control", "mecha_tracking_ai_control", "intellicard")
403403
research_costs = list(TECHWEB_POINT_TYPE_AI = 1000)
404404

405405
/////////////////////////EMP tech/////////////////////////

0 commit comments

Comments
 (0)