diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index bda5d115064..d03b11715c2 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -644,9 +644,10 @@ Note that amputating the affected organ does in fact remove the infection from t parent = null spawn(1) - victim.updatehealth() - victim.UpdateDamageIcon() - victim.regenerate_icons() + if(victim) + victim.updatehealth() + victim.UpdateDamageIcon() + victim.regenerate_icons() dir = 2 switch(disintegrate)