From e180bcc2f36fd4acbe8e7bc3054e36c6e7261f9a Mon Sep 17 00:00:00 2001 From: mwerezak Date: Wed, 23 Jul 2014 22:41:52 -0400 Subject: [PATCH] Fixes icons not being updated for necrosis --- code/modules/organs/organ_external.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index cd029e2d8bc..146346df0c2 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -444,6 +444,7 @@ Note that amputating the affected organ does in fact remove the infection from t if (!(status & ORGAN_DEAD)) status |= ORGAN_DEAD owner << "You can't feel your [display_name] anymore..." + owner.update_body(1) germ_level++ owner.adjustToxLoss(1)