Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d96830b

Browse files
authored
shoes (#21514)
1 parent 1ac6572 commit d96830b

File tree

1 file changed

+1
-1
lines changed
  • code/modules/mob/living/carbon/human

1 file changed

+1
-1
lines changed

code/modules/mob/living/carbon/human/human.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
RegisterSignal(src, COMSIG_COMPONENT_CLEAN_FACE_ACT, PROC_REF(clean_face))
3636
AddComponent(/datum/component/personal_crafting)
3737
AddElement(/datum/element/footstep, FOOTSTEP_MOB_HUMAN, 1, -6)
38-
AddComponent(/datum/component/bloodysoles/feet)
38+
AddComponent(/datum/component/bloodysoles/feet, FOOTPRINT_SPRITE_SHOES)
3939
var/static/list/loc_connections = list(
4040
COMSIG_ATOM_ENTERED = PROC_REF(on_entered),
4141
)

0 commit comments

Comments
 (0)