From e01c0fcd6a9113b31365171eedc56e63d2225360 Mon Sep 17 00:00:00 2001 From: Tayyyyyyy Date: Tue, 23 May 2017 00:33:21 -0700 Subject: [PATCH] Oops didn't mean to do that --- code/modules/surgery/organs/organ_external.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/surgery/organs/organ_external.dm b/code/modules/surgery/organs/organ_external.dm index 0cfc7641231..151636a9a50 100644 --- a/code/modules/surgery/organs/organ_external.dm +++ b/code/modules/surgery/organs/organ_external.dm @@ -348,8 +348,7 @@ This function completely restores a damaged organ to perfect condition. burn_dam = 0 open = 0 //Closing all wounds. wounds.Cut() //Clears all wounds! Good as new. - if(istype(src, /obj/item/organ/external/ - ) && disfigured) //If their head's disfigured, refigure it. + if(istype(src, /obj/item/organ/external/head) && disfigured) //If their head's disfigured, refigure it. disfigured = 0 // handle internal organs