diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index e83cf63db5c..9d99b0e0538 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -3,7 +3,7 @@ . += ..() . += GLOB.configuration.movement.human_delay . += dna.species.movement_delay(src) - if(mob_has_gravity() && isobj(pulling)) + if(isobj(pulling) && has_gravity(pulling)) var/obj/pulled = pulling . += pulled.pull_speed