From 32ecdb9d92cfa0ce0b7724517918f57a68aeedba Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Sat, 9 Dec 2023 00:23:10 +1300 Subject: [PATCH] Update living_movement.dm --- code/modules/mob/living/living_movement.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/living_movement.dm b/code/modules/mob/living/living_movement.dm index 4918df39f01..9ee08bf8a7b 100644 --- a/code/modules/mob/living/living_movement.dm +++ b/code/modules/mob/living/living_movement.dm @@ -276,8 +276,8 @@ default behaviour is: is_shifted = FALSE pixel_x = default_pixel_x pixel_y = default_pixel_y - layer = MOB_LAYER - plane = MOB_PLANE + layer = initial(layer) + plane = initial(plane) // End VOREstation edit if(pulling) // we were pulling a thing and didn't lose it during our move.