mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-22 13:12:45 +01:00
732f1c18f7
Fixes the ability to climb railings by removing the forcemove call that teleports players and instead refactoring the do_climb and climb_structure procedures in structure code itself. Uses a similar method to tables of briefly turning collision off for the railing when the object is climbed in order to let players climb it, without moving the player into otherwise occupied space.