From 80a6a55ce370a2a7ca3844fab17c1d33df3e5141 Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Sun, 26 Dec 2021 16:56:16 -0500
Subject: [PATCH] fixes the ticker from killing people (#17274)
---
code/controllers/subsystem/ticker.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 82ec30ee28d..ba49dd95257 100644
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -322,7 +322,7 @@ SUBSYSTEM_DEF(ticker)
if(M.stat != DEAD)
var/turf/T = get_turf(M)
if(T && is_station_level(T.z) && !istype(M.loc, /obj/structure/closet/secure_closet/freezer) && !(issilicon(M) && override == "AI malfunction"))
- to_chat(M, "The blast wave from [src] tears you atom from atom!")
+ to_chat(M, "The blast wave from the explosion tears you atom from atom!")
var/mob/ghost = M.ghostize()
M.dust() //no mercy
if(ghost && ghost.client) //Play the victims an uninterrupted cinematic.