mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Bunsen Burner (#11543)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5a761de1a4
commit
539538383e
@@ -330,7 +330,6 @@
|
||||
"industrial_reagent_vat",
|
||||
"industrial_reagent_mixer",
|
||||
"industrial_reagent_waste_processor",
|
||||
"smart_centrifuge",
|
||||
"pump_relay",
|
||||
"fluid_pump"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user