mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
incorporeal shadekin don't make motion echos (#17824)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user