[MIRROR] Bunsen Burner (#11543)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-30 14:20:30 -07:00
committed by GitHub
parent 5a761de1a4
commit 539538383e
16 changed files with 231 additions and 30 deletions

View File

@@ -330,7 +330,6 @@
"industrial_reagent_vat",
"industrial_reagent_mixer",
"industrial_reagent_waste_processor",
"smart_centrifuge",
"pump_relay",
"fluid_pump"
)

View File

@@ -65,6 +65,18 @@
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_1_POINTS)
announce_channels = list(CHANNEL_MEDICAL)
/datum/techweb_node/chemical_isolation
id = TECHWEB_NODE_CHEM_ISOLATION
display_name = "Chemical Identification"
description = "Scanning and identifying chemicals and their uses."
prereq_ids = list(TECHWEB_NODE_CHEM_SYNTHESIS)
design_ids = list(
"chem_analyzer",
"smart_centrifuge",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_2_POINTS)
announce_channels = list(CHANNEL_ENGINEERING,CHANNEL_MEDICAL)
/datum/techweb_node/medbay_equip_adv
id = TECHWEB_NODE_MEDBAY_EQUIP_ADV
display_name = "Advanced Medbay Equipment"