From d08df7bbac4a6337c2eb942e7c49a9295c977fb0 Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Thu, 7 Jan 2021 00:59:30 -0300 Subject: [PATCH] Revert "Update human.dm" This reverts commit 7df83f1c9c32c22f386744ee2462df1b61cf86e4. --- 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 c9054d86..1f993f38 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -34,9 +34,7 @@ togglesprint() 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() . = ..()