mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Long, time-consuming not one-line fix
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
. = ..()
|
. = ..()
|
||||||
|
|
||||||
/obj/machinery/atmospherics/relaymove(mob/living/user, direction)
|
/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
|
return
|
||||||
ventcrawl_to(user,findConnecting(direction, user.ventcrawl_layer),direction)
|
ventcrawl_to(user,findConnecting(direction, user.ventcrawl_layer),direction)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user