From a853a3cf73af58b6c66b76edcc759bf1add03fac Mon Sep 17 00:00:00 2001 From: Akrilla Date: Wed, 18 May 2016 12:40:48 +0100 Subject: [PATCH] Fix for necrotic surgery. --- code/modules/surgery/other.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/other.dm b/code/modules/surgery/other.dm index 50e6c3bcfb9..49445164501 100644 --- a/code/modules/surgery/other.dm +++ b/code/modules/surgery/other.dm @@ -149,6 +149,7 @@ if(container.reagents.has_reagent("peridaxon")) affected.status &= ~ORGAN_DEAD + affected.owner.update_body(1) user.visible_message("\blue [user] applies [trans] units of the solution to affected tissue in [target]'s [affected.name]", \ "\blue You apply [trans] units of the solution to affected tissue in [target]'s [affected.name] with \the [tool].")