Body bag sprites now update their tag overlay properly.

This commit is contained in:
bgobandit
2015-07-23 20:20:55 -04:00
parent dbf46a6b29
commit 3ab197f80f
2 changed files with 9 additions and 1 deletions
@@ -46,6 +46,11 @@
overlays += "unlocked"
else
overlays += "off"
if(istype(src, /obj/structure/closet/body_bag)) // GUESS WHAT BODY BAGS ARE CLOSETS
var/obj/structure/closet/body_bag/B = src
if (B.tagged)
overlays += "bodybag_label"
else
if(icon_door_override)
overlays += "[icon_door]_open"