From 4360b5a867c3b126f2d531d9589f5f86cb13567a Mon Sep 17 00:00:00 2001 From: Markolie Date: Sun, 2 Aug 2015 07:14:12 +0200 Subject: [PATCH] Remove debug proc --- code/modules/mob/living/carbon/human/appearance.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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