Ports some fixes

This commit is contained in:
Heroman
2019-04-07 14:02:34 +10:00
parent 4d2bff5b5c
commit 5a9e1f1566
4 changed files with 10 additions and 4 deletions

View File

@@ -336,6 +336,10 @@
// Detect if we made a silent landing.
if(locate(/obj/structure/stairs) in landing)
if(isliving(src))
var/mob/living/L = src
if(L.pulling)
L.pulling.forceMove(landing)
return 1
else
var/atom/A = find_fall_target(oldloc, landing)

View File

@@ -131,6 +131,7 @@
opacity = 0
anchored = 1
flags = ON_BORDER
layer = STAIRS_LAYER
/obj/structure/stairs/Initialize()
. = ..()