diff --git a/code/_onclick/hud/fullscreen.dm b/code/_onclick/hud/fullscreen.dm index 80701a3e08..88b017ed7a 100644 --- a/code/_onclick/hud/fullscreen.dm +++ b/code/_onclick/hud/fullscreen.dm @@ -148,11 +148,7 @@ var/mob/living/L = usr if(L.stat != DEAD) if(alert("Are you done living?", "", "Yes", "No") == "Yes") - if(!L.succumb_timer || (world.time < L.succumb_timer + 111 SECONDS) ) - var/ttime = round(((L.succumb_timer + 111 SECONDS) - world.time) / 10) - to_chat(L, span_redtext("I'm not dead enough yet. [ttime]")) - else - L.succumb(reaper = TRUE) + L.succumb(reaper = TRUE) /atom/movable/screen/fullscreen/crit/death icon_state = "DD"