diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 1f993f38..f5f6f61f 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -35,7 +35,9 @@ 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))