fixes the ticker from killing people (#17274)

This commit is contained in:
Qwertytoforty
2021-12-26 22:56:16 +01:00
committed by GitHub
parent ae2258d923
commit 80a6a55ce3
+1 -1
View File
@@ -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, "<span class='danger'><B>The blast wave from [src] tears you atom from atom!</B></span>")
to_chat(M, "<span class='danger'><B>The blast wave from the explosion tears you atom from atom!</B></span>")
var/mob/ghost = M.ghostize()
M.dust() //no mercy
if(ghost && ghost.client) //Play the victims an uninterrupted cinematic.