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
@@ -88,7 +88,7 @@
if(broken || !secure)
return
//Overlay is similar enough for both that we can use the same mask for both
SSvis_overlays.add_vis_overlay(src, icon, "locked", 0, EMISSIVE_PLANE, dir, alpha)
SSvis_overlays.add_vis_overlay(src, icon, "locked", EMISSIVE_LAYER, EMISSIVE_PLANE, dir, alpha)
. += locked ? "locked" : "unlocked"
/obj/structure/closet/examine(mob/user)