diff --git a/code/modules/mob/living/carbon/human/appearance.dm b/code/modules/mob/living/carbon/human/appearance.dm index 2b562516e5a..ff2b98d430f 100644 --- a/code/modules/mob/living/carbon/human/appearance.dm +++ b/code/modules/mob/living/carbon/human/appearance.dm @@ -182,7 +182,4 @@ valid_facial_hairstyles += facialhairstyle return valid_facial_hairstyles - -/proc/q() - var/mob/living/carbon/human/H = usr - H.change_appearance(APPEARANCE_ALL) \ No newline at end of file + \ No newline at end of file