Fix standing corpse when unbuckling it from a meat spike (#28037)

* fix lying angle

* it's not even necessary
This commit is contained in:
Mira
2025-01-31 23:56:10 +03:00
committed by GitHub
parent ed20817a6f
commit fe53f56d8b
@@ -171,7 +171,6 @@
/obj/structure/kitchenspike/post_unbuckle_mob(mob/living/M)
M.pixel_y = M.get_standard_pixel_y_offset(0)
M.set_lying_angle(0)
M.update_transform()
/obj/structure/kitchenspike/Destroy()