From 596b5211c8dcbd2cf67feddd208b67c4e68ec722 Mon Sep 17 00:00:00 2001 From: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:28:34 -0700 Subject: [PATCH] Gives medical borgs back their crew monitor (#969) ## About The Pull Request Simply allows medical borgs to get the crew monitor upgrade again ## Why It's Good For The Game We have a ton of medical chaos and they need a little help. This was removed on Skyrat because of worries that borgs encroach on their job. Are some of these worries valid? Yes. But medical here always has plenty of work to go around. ## Proof Of Testing ![image](https://github.com/Bubberstation/Bubberstation/assets/95130227/ca65a5ce-8ee1-4756-8c7c-e37d53dad356) ## Changelog :cl: balance: gives medical borgs back their crew monitors /:cl: --- .../master_files/code/modules/research/techweb/all_nodes.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_skyrat/master_files/code/modules/research/techweb/all_nodes.dm b/modular_skyrat/master_files/code/modules/research/techweb/all_nodes.dm index 5a39e2cb6a3..d1698bfd2c5 100644 --- a/modular_skyrat/master_files/code/modules/research/techweb/all_nodes.dm +++ b/modular_skyrat/master_files/code/modules/research/techweb/all_nodes.dm @@ -245,11 +245,11 @@ design_ids += list( "borg_upgrade_surgicaltools", ) - - design_ids -= list( + return ..() // Bubber Edit - Moves this up because it doesn't compile otherwise +/* design_ids -= list( "borg_upgrade_pinpointer", ) - return ..() + return ..() */ //BUBBERSTATION REMOVAL /datum/techweb_node/basic_mining/New() design_ids += list(