diff --git a/code/modules/mob/living/living_movement.dm b/code/modules/mob/living/living_movement.dm index ac22628e54..f000baf7b0 100644 --- a/code/modules/mob/living/living_movement.dm +++ b/code/modules/mob/living/living_movement.dm @@ -271,7 +271,7 @@ default behaviour is: /mob/living/Moved(var/atom/oldloc, direct, forced, movetime) . = ..() handle_footstep(loc) - if(!forced && movetime) + if(!forced && movetime && !is_incorporeal()) SSmotiontracker?.ping(src) // Incase of before init "turf enter gravity" this is ?, unfortunately. // Begin VOREstation edit if(is_shifted)