Fixes duplicate rod status messages (#32522)

* Config changes

* Merging updates

* example config oopsie

* Fixes rustlibs.dll

* Removes the duplicate rod status message
This commit is contained in:
AurouraPlays
2026-08-28 23:54:54 +00:00
committed by GitHub
parent ca6f75bc2d
commit cd31dcf309
@@ -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("<br>"))
/obj/machinery/atmospherics/reactor_chamber/on_deconstruction()
desync()
if(held_rod) // We shouldnt be able to decon with this in, but just in case