From 1b954b8cc490003dac99b8f734ecaadaf94f02c3 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:21:39 -0700 Subject: [PATCH] [MIRROR] removed balloon notice on machine shim (#11959) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- code/datums/components/materials/machine_shim.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/datums/components/materials/machine_shim.dm b/code/datums/components/materials/machine_shim.dm index fe3a348b6e..ee47b3f821 100644 --- a/code/datums/components/materials/machine_shim.dm +++ b/code/datums/components/materials/machine_shim.dm @@ -26,11 +26,9 @@ // Lets complain if an object uses TGUI but is still setting the machine. if(length(linked_machine.tgui_data())) log_world("## ERROR [machine.type] implements tgui_data(), and has likely been ported to tgui already. It should no longer use set_machine().") - linked_machine.balloon_alert(host_mob,"you start using \the [linked_machine]") /datum/component/using_machine_shim/Destroy(force) . = ..() - linked_machine.balloon_alert(host_mob,"you stop using \the [linked_machine]") // Machine UnregisterSignal(linked_machine, COMSIG_QDELETING) linked_machine.in_use = FALSE