From f6c3dccaf9a1536dba196b1e09a18e3be6c84fa0 Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Tue, 19 Jan 2021 06:27:15 -0300 Subject: [PATCH] Revert "Update human.dm" This reverts commit 713aa33fa8beeb36dae2678e1c5b3c882bb6bbc9. --- code/modules/mob/living/carbon/human/human.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index f5f6f61f..1f993f38 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -35,9 +35,7 @@ AddComponent(/datum/component/redirect, list(COMSIG_COMPONENT_CLEAN_ACT = CALLBACK(src, /mob/living/carbon/human/clean_blood))) - if(H.key == ArchieBeepBoop) - H.socks = stockings - + /mob/living/carbon/human/ComponentInitialize() . = ..() if(!CONFIG_GET(flag/disable_human_mood))