mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -185,7 +185,8 @@
|
||||
if(seat.buckle_lying && rider.body_position == LYING_DOWN)
|
||||
y_offset += (-1 * PIXEL_Y_OFFSET_LYING)
|
||||
|
||||
rider.add_offsets(RIDING_SOURCE, x_add = x_offset, y_add = y_offset, animate = animate)
|
||||
// Rider uses pixel_z offsets as they're above the turf, not up north on the turf
|
||||
rider.add_offsets(RIDING_SOURCE, x_add = x_offset, z_add = y_offset, animate = animate)
|
||||
rider.layer = layer
|
||||
|
||||
#undef GET_X_OFFSET
|
||||
|
||||
Reference in New Issue
Block a user