Credit to Zuhayr for getting to it first.
This commit is contained in:
Bedshaped
2016-09-21 13:47:02 +03:00
committed by skull132
parent 2da18a0bab
commit 59cc201c5f
2 changed files with 7 additions and 1 deletions
@@ -24,7 +24,7 @@
. = ..()
/obj/machinery/atmospherics/relaymove(mob/living/user, direction)
if(!(direction & initialize_directions)) //can't go in a way we aren't connecting to
if(user.loc != src || !(direction & initialize_directions)) //can't go in a way we aren't connecting to
return
ventcrawl_to(user,findConnecting(direction, user.ventcrawl_layer),direction)