From 6b5994f8fb98eeeae1df41ff038c2f45da212bd7 Mon Sep 17 00:00:00 2001 From: Haha26315 Date: Mon, 12 Sep 2022 16:39:04 -0400 Subject: [PATCH] Admin logging Adds tether events to the admin log --- hyperstation/code/game/machinery/safety_tether.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperstation/code/game/machinery/safety_tether.dm b/hyperstation/code/game/machinery/safety_tether.dm index d6e87037b..98156fe02 100644 --- a/hyperstation/code/game/machinery/safety_tether.dm +++ b/hyperstation/code/game/machinery/safety_tether.dm @@ -146,7 +146,7 @@ M.spawn_gibs() M.emote("scream") - //priority_announce("[M] ([key_name(M)]) had a tether mishap") + log_admin("[M] ([key_name(M)]) was saved by the Safety Tether.") if(iscarbon(M)) @@ -219,6 +219,7 @@ return TRUE else + log_admin("[M] ([key_name(M)]) was failed by the Safety Tether and fell into the clouds.") return FALSE //Updates machine icon and lighting every time power in the area changes