diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 4b834533441..18e19d3edc1 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -143,7 +143,6 @@ if(S.layer > top_layer && S.footstep_sound) top_layer = S.layer footsound = S.footstep_sound - if(footsound) break if(!footsound) footsound = T.footstep_sound