Skip to content

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Jun 29, 2023
1 parent 19060a1 commit 855eb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/footstep.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
return

var/mob/living/LM = parent
if(LM.buckled || LM.lying || LM.throwing || LM.is_ventcrawling)
if(LM.buckled || LM.throwing || LM.is_ventcrawling)
return

if(LM.life_steps_total % steps)
Expand Down

0 comments on commit 855eb02

Please sign in to comment.