space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.71k stars 3.41k forks source link

Pulling someone from a table lets them walk through tables and railings #33236

Open slarticodefast opened 4 days ago

slarticodefast commented 4 days ago

Reproduction

Additional context I have noticed this bug while testing #31147 However, I was also able to reproduce it on master, so it existed before that already.

UbaserB commented 4 days ago

This might be related to #31583 and #31625, not sure though

slarticodefast commented 4 days ago

Maybe? No sprite layering issues in this bug though, you were always above the table.

benev0 commented 3 days ago

climbing is strange, it uses collision layers. basically putting the climber in a higher layer until they are not colliding with the lower layer. but that might only be checked on event of witch pulling target is probably not one.