People on DocCarts can pull rollerbeds

This commit is contained in:
ZomgPonies
2013-09-06 08:03:18 -04:00
parent 4f16c9f847
commit d342a1735c
2 changed files with 7 additions and 4 deletions
-4
View File
@@ -369,10 +369,6 @@
if(pulling:ini_dir == NORTHWEST || pulling:ini_dir == NORTHEAST || pulling:ini_dir == SOUTHWEST || pulling:ini_dir == SOUTHEAST)
for(var/obj/structure/window/win in get_step(pulling,get_dir(pulling.loc, T)))
stop_pulling()
if (istype(pulling, /obj/structure/stool/bed/roller))
if(pulling:ini_dir == NORTHWEST || pulling:ini_dir == NORTHEAST || pulling:ini_dir == SOUTHWEST || pulling:ini_dir == SOUTHEAST)
for(var/obj/structure/stool/bed/roller in get_step(pulling,get_dir(pulling.loc, T)))
stop_pulling()
if (pulling)
step(pulling, get_dir(pulling.loc, T))
else