[MIRROR] Misc fixes for statpanel (#9334)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-10-27 19:07:47 -07:00
committed by GitHub
parent 4e277de29c
commit 51a06b4c2d
4 changed files with 45 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
/obj/machinery/embedded_controller/Topic()
. = ..()
stack_trace("WARNING: Embedded controller [src] ([type]) had Topic() called unexpectedly. Please report this.")
// stack_trace("WARNING: Embedded controller [src] ([type]) had Topic() called unexpectedly. Please report this.") // statpanel means that topic can always be called for clicking
/obj/machinery/embedded_controller/tgui_act(action, params)
if(..())
@@ -106,4 +106,4 @@
/obj/machinery/embedded_controller/radio/proc/set_frequency(new_frequency)
radio_controller.remove_object(src, frequency)
frequency = new_frequency
radio_connection = radio_controller.add_object(src, frequency, radio_filter)
radio_connection = radio_controller.add_object(src, frequency, radio_filter)