diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index ca451659a7e..ea16885f05f 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -49,7 +49,7 @@ for(var/datum/mutation/human/HM in dna.mutations) HM.on_move(src, NewLoc) if(shoes) - if(!lying) + if(!lying && !buckled) if(loc == NewLoc) if(!has_gravity(loc)) return