From 0c33108a9a77ccbe4c62e73fad3858815635eb33 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 4 Jul 2020 08:41:08 +0100 Subject: [PATCH] Revert "For the layer issue when dragging." This reverts commit 96ca08bcfae36841d03c47ce53ffa593c10092c8. --- code/modules/mob/living/living.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 4226f828..3ce62fd1 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -324,10 +324,8 @@ switch(M.dir) if(NORTH) animate(M, pixel_x = 0, pixel_y = offset, 3) - M.layer = 4 if(SOUTH) animate(M, pixel_x = 0, pixel_y = -offset, 3) - M.layer = 3.9 if(EAST) if(M.lying == 270) //update the dragged dude's direction if we've turned M.lying = 90