incorporeal shadekin don't make motion echos (#17824)

This commit is contained in:
Will
2025-06-09 11:21:04 -04:00
committed by GitHub
parent cbd3f1ea2b
commit bc53491eca
+1 -1
View File
@@ -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)