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)