This commit is contained in:
if there were two guys on the moon
2019-07-19 09:24:07 +01:00
parent d6891f3bb2
commit f4f2d6bf08

View File

@@ -86,7 +86,7 @@ HALOGEN COUNTER - Radcount on mobs
dat += "<span class='notice'>Time of Death: [worldtime2stationtime(M.timeofdeath)]</span><br>"
var/tdelta = round(world.time - M.timeofdeath)
if(tdelta < (DEFIB_TIME_LIMIT * 10))
dat += "<span class='danger'><b>Subject died [DisplayTimeText(tdelta)] ago- defibrillation may be possible!</b></span><br>"
dat += "<span class='notice'><b>Subject died [DisplayTimeText(tdelta)] ago - resuscitation may be possible!</b></span><br>"
if(istype(M, /mob/living/carbon/human) && mode == 1)
var/mob/living/carbon/human/H = M
var/list/damaged = H.get_damaged_organs(1,1)