changes most uses of SSvis_overlays.add_vis_overlay() inside of update_overlays() to true overlays (#57985)

This commit is contained in:
Kylerace
2021-03-31 13:54:07 -07:00
committed by GitHub
parent 6a959397be
commit 24efbd6525
14 changed files with 54 additions and 52 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)
. += mutable_appearance(icon, "locked", 0, EMISSIVE_PLANE, alpha)
. += locked ? "locked" : "unlocked"
/obj/structure/closet/examine(mob/user)