From 5cff279430cb7dedca2e9a19e4645add0a85f4d8 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sat, 27 Apr 2019 23:29:52 +0200 Subject: [PATCH] IRC's and the like now get checked to be revived when their vital organs are in --- code/modules/surgery/organs/organ_internal.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/surgery/organs/organ_internal.dm b/code/modules/surgery/organs/organ_internal.dm index 2c42f421774..6dbc6f4febe 100644 --- a/code/modules/surgery/organs/organ_internal.dm +++ b/code/modules/surgery/organs/organ_internal.dm @@ -41,6 +41,8 @@ for(var/X in actions) var/datum/action/A = X A.Grant(M) + if(vital) + M.update_stat("Vital organ inserted") // Removes the given organ from its owner. // Returns the removed object, which is usually just itself