From 5cef36efdf0cb8ff561c02d7592f45a8f69dcd9a Mon Sep 17 00:00:00 2001 From: CoreyLee Hassell Date: Thu, 12 Apr 2018 18:39:54 -0400 Subject: [PATCH] Changed defib timer from 3 minutes to 5 minutes --- code/game/objects/items/weapons/defib.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/defib.dm b/code/game/objects/items/weapons/defib.dm index e8196d7311a..a46e8eefd48 100644 --- a/code/game/objects/items/weapons/defib.dm +++ b/code/game/objects/items/weapons/defib.dm @@ -356,7 +356,7 @@ QDEL_NULL(ghost) var/tplus = world.time - H.timeofdeath - var/tlimit = 1800 //past this much time the patient is unrecoverable (in deciseconds) + var/tlimit = 3000 //past this much time the patient is unrecoverable (in deciseconds) var/tloss = 600 //brain damage starts setting in on the patient after some time left rotting var/total_burn = 0 var/total_brute = 0 @@ -501,7 +501,7 @@ QDEL_NULL(ghost) var/tplus = world.time - H.timeofdeath - var/tlimit = 1800 //past this much time the patient is unrecoverable (in deciseconds) + var/tlimit = 3000 //past this much time the patient is unrecoverable (in deciseconds) var/tloss = 600 //brain damage starts setting in on the patient after some time left rotting var/total_burn = 0 var/total_brute = 0