From 78e4e259db901df447a0502713cf15aad2977afc 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 80ac3bf37b..ea0590152e 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -441,6 +441,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)