Fixed relaymove blocking you in place (#19595)

Fixed relaymove blocking you in place

Should fix #19569 and #19507
This commit is contained in:
Fluffy
2024-07-09 15:41:23 +00:00
committed by GitHub
parent 681b5a8f04
commit e6917d84e5
35 changed files with 61 additions and 69 deletions
@@ -25,8 +25,6 @@
/obj/machinery/atmospherics/relaymove(mob/living/user, direction)
. = ..()
if(!.)
return
if(user.loc != src || !(direction & initialize_directions)) //can't go in a way we aren't connecting to
return