Merge pull request #4378 from Citadel-Station-13/upstream-merge-33207

[MIRROR] New closet sprites
This commit is contained in:
deathride58
2017-12-14 22:20:24 +00:00
committed by GitHub
2 changed files with 4 additions and 7 deletions

View File

@@ -61,14 +61,11 @@
add_overlay("[icon_state]_door")
if(welded)
add_overlay("welded")
if(secure)
if(!broken)
if(locked)
add_overlay("locked")
else
add_overlay("unlocked")
if(secure && !broken)
if(locked)
add_overlay("locked")
else
add_overlay("off")
add_overlay("unlocked")
else
layer = BELOW_OBJ_LAYER