diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index f5f6f61f1..1f993f386 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))