From d515d5555853b2d9265858931df907806f746930 Mon Sep 17 00:00:00 2001 From: Lijah99 Date: Tue, 22 Sep 2015 15:17:04 -0600 Subject: [PATCH] ACTUALLY fixes footprints while in a vehicle/buckled --- code/modules/mob/living/carbon/human/human_movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index 69412112239..2130b0424a9 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -50,7 +50,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