From cd31dcf3096682f8b5ce4da5e85f2b08eecebd71 Mon Sep 17 00:00:00 2001 From: AurouraPlays <150855752+AurouraPlays@users.noreply.github.com> Date: Fri, 28 Aug 2026 23:54:54 +0000 Subject: [PATCH] Fixes duplicate rod status messages (#32522) * Config changes * Merging updates * example config oopsie * Fixes rustlibs.dll * Removes the duplicate rod status message --- code/modules/power/engines/fission/rod_chamber.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/power/engines/fission/rod_chamber.dm b/code/modules/power/engines/fission/rod_chamber.dm index 95c0821f72f..28a3359911f 100644 --- a/code/modules/power/engines/fission/rod_chamber.dm +++ b/code/modules/power/engines/fission/rod_chamber.dm @@ -83,12 +83,6 @@ . += SPAN_NOTICE("Alt+click to open and close the shielding while the chamber is raised.") . += SPAN_NOTICE("Click on the chamber while it is closed to raise and lower it.") - if(isobserver(user)) - // observers get regular examine + nested multitool info - var/list/deep_info = get_deep_examine_info() - if(length(deep_info)) - . += chat_box_examine(deep_info.Join("
")) - /obj/machinery/atmospherics/reactor_chamber/on_deconstruction() desync() if(held_rod) // We shouldnt be able to decon with this in, but just in case