From 42e4941f31259c3f30d1ea043c241680c4d31a4f Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 25 Jun 2024 00:05:18 +0300 Subject: [PATCH] Autopsy experiments available roundstart [NO GBP] (#84198) ## About The Pull Request Made tecweb mark autopsy experiments as completed while the node with the experiments is not yet unlocked. ## Why It's Good For The Game Oversight in my tech tree update. --- code/modules/research/techweb/nodes/medbay_nodes.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/research/techweb/nodes/medbay_nodes.dm b/code/modules/research/techweb/nodes/medbay_nodes.dm index ce4ef103eda..ca884f1ebd5 100644 --- a/code/modules/research/techweb/nodes/medbay_nodes.dm +++ b/code/modules/research/techweb/nodes/medbay_nodes.dm @@ -27,6 +27,11 @@ "dropper", "pillbottle", ) + experiments_to_unlock = list( + /datum/experiment/autopsy/human, + /datum/experiment/autopsy/nonhuman, + /datum/experiment/autopsy/xenomorph, + ) /datum/techweb_node/chem_synthesis id = "chem_synthesis"