mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Fix railing clipping with flight
This commit is contained in:
@@ -77,7 +77,9 @@
|
||||
M.Weaken(2)
|
||||
M.stop_flying()
|
||||
if(get_turf(M) == get_turf(src))
|
||||
M.forceMove(get_step(src, src.dir))
|
||||
var/turf/T = get_step(src, src.dir)
|
||||
if(T?.Enter(M, get_turf(src)))
|
||||
M.forceMove(T)
|
||||
else
|
||||
M.forceMove(get_turf(src))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user