From 9e514bfab5e6f568907aecf63d1312ad1ef5f68f Mon Sep 17 00:00:00 2001 From: Sishen Date: Wed, 3 Jul 2019 17:39:41 -0400 Subject: [PATCH] Update thermomachine.dm --- .../machinery/components/unary_devices/thermomachine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index fb407a1f16..babc65403d 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -172,6 +172,7 @@ on = !on update_icon() investigate_log("was turned [on ? "on" : "off"] by [key_name(usr)]", INVESTIGATE_ATMOS) + message_admins("[src.name], was turned [on ? "on" : "off"] [ADMIN_LOOKUPFLW(usr)] at [ADMIN_COORDJMP(T)], [A]") /obj/machinery/atmospherics/components/unary/thermomachine/freezer name = "freezer"