diff --git a/code/game/machinery/adv_med.dm b/code/game/machinery/adv_med.dm index bacb35939a3..301cbe9e378 100644 --- a/code/game/machinery/adv_med.dm +++ b/code/game/machinery/adv_med.dm @@ -333,6 +333,8 @@ organStatus["splinted"] = 1 if(E.status & ORGAN_BLEEDING) organStatus["bleeding"] = 1 + if(E.status & ORGAN_DEAD) + organStatus["dead"] = 1 organData["status"] = organStatus diff --git a/nano/templates/adv_med.tmpl b/nano/templates/adv_med.tmpl index a448b850ab8..2dbd997cbd5 100644 --- a/nano/templates/adv_med.tmpl +++ b/nano/templates/adv_med.tmpl @@ -176,6 +176,14 @@ Used In File(s): \code\game\machinery\adv_med.dm {{/if}} {{/if}} + {{if value.status.dead}} +