From 0f79e9bcb1a51b147ce3008a79abc5670fde7cd2 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:24:59 +0200 Subject: [PATCH] [MIRROR] Adds the message monitor to the tcomm research node [MDB IGNORE] (#23852) * Adds the message monitor to the tcomm research node (#78426) ## About The Pull Request After five long years of waiting, adds the messaging monitor board to the tcomm research node. Closes #35946 ## Why It's Good For The Game Consistency! * Adds the message monitor to the tcomm research node --------- Co-authored-by: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> --- code/modules/research/techweb/all_nodes.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 3a818ea9403..2ec692f0575 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -1221,6 +1221,8 @@ design_ids = list( "comm_monitor", "comm_server", + "gigabeacon", + "message_monitor", "ntnet_relay", "s_amplifier", "s_analyzer", @@ -1237,7 +1239,6 @@ "s_server", "s_transmitter", "s_treatment", - "gigabeacon", ) /datum/techweb_node/integrated_hud