From 70d67823712a71b5172a77b866bc78ef39b519e4 Mon Sep 17 00:00:00 2001 From: Mek Date: Sat, 24 Feb 2024 21:41:46 -0500 Subject: [PATCH] shoes --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 588a3aac7f61..7b51580ac02b 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -35,7 +35,7 @@ RegisterSignal(src, COMSIG_COMPONENT_CLEAN_FACE_ACT, PROC_REF(clean_face)) AddComponent(/datum/component/personal_crafting) AddElement(/datum/element/footstep, FOOTSTEP_MOB_HUMAN, 1, -6) - AddComponent(/datum/component/bloodysoles/feet) + AddComponent(/datum/component/bloodysoles/feet, FOOTPRINT_SPRITE_SHOES) var/static/list/loc_connections = list( COMSIG_ATOM_ENTERED = PROC_REF(on_entered), )