Merge pull request #15574 from BlackMajor/patch-1

Fixes pixel shift breaking a few mob scaling issues
This commit is contained in:
Heroman3003
2023-12-08 21:36:51 +10:00
committed by GitHub
+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.