Fixes moving items downstairs, virgo edition

This commit is contained in:
Heroman
2019-04-15 04:19:09 +10:00
parent 629748faec
commit f6586554b1

View File

@@ -7,6 +7,10 @@
if(!A.CanPass(src, src.loc, 1, 0))
return FALSE
Move(landing)
if(isliving(src))
var/mob/living/L = src
if(L.pulling)
L.pulling.forceMove(landing)
return 1
for(var/obj/O in loc)