mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
fixes the ticker from killing people (#17274)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user