Stops shuttles from bringing background turfs with them. (#15580)

This commit is contained in:
Matt Atlas
2023-01-20 14:52:01 +01:00
committed by GitHub
parent 7caa069c9b
commit 25fd3ba098
91 changed files with 230 additions and 90 deletions
+2
View File
@@ -18,6 +18,7 @@
dir = EAST
density = TRUE
anchored = TRUE
obj_flags = OBJ_FLAG_MOVES_UNSUPPORTED
var/locked = FALSE
var/obj/structure/m_tray/connected = null
var/tray = /obj/structure/m_tray
@@ -143,6 +144,7 @@
anchored = TRUE
throwpass = TRUE
layer = TURF_LAYER
obj_flags = OBJ_FLAG_MOVES_UNSUPPORTED
var/obj/structure/morgue/connected = null
/obj/structure/m_tray/Destroy()