Update living_movement.dm

This commit is contained in:
BlackMajor
2023-12-09 00:23:10 +13:00
committed by GitHub
parent 6c6ad6a4fa
commit 32ecdb9d92
+2 -2
View File
@@ -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.