icon_door customability fix

This commit is contained in:
Jordie0608
2015-04-09 00:05:16 +10:00
parent a2a2462f82
commit 24d047a116
2 changed files with 4 additions and 1 deletions
@@ -37,7 +37,10 @@
if(welded)
overlays += "welded"
else
overlays += "[icon_state]_open"
if(icon_door)
overlays += "[icon_door]_open"
else
overlays += "[icon_state]_open"
/obj/structure/closet/alter_health()
return get_turf(src)