Revert "[MIRROR] Layer overhaul (#4503)" (#4509)

This reverts commit 8ac892d340.
This commit is contained in:
Useroth
2021-03-30 23:45:08 +01:00
committed by GitHub
parent 9ee312d8e1
commit b27ede689e
57 changed files with 140 additions and 224 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
//Debug proc used to highlight bounding area
/obj/docking_port/proc/highlight(_color = "#f00")
invisibility = 0
plane = GHOST_PLANE
layer = GHOST_LAYER
var/list/L = return_coords()
var/turf/T0 = locate(L[1],L[2],z)
var/turf/T1 = locate(L[3],L[4],z)