mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Fix connect loc not respecting phasing in some cases when it should (#61698)
This commit is contained in:
@@ -127,6 +127,9 @@
|
||||
/obj/structure/window/proc/on_exit(datum/source, atom/movable/leaving, direction)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
if(leaving.movement_type & PHASING)
|
||||
return
|
||||
|
||||
if(leaving == src)
|
||||
return // Let's not block ourselves.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user