Moves update_icon(). Adds crayons.

This commit is contained in:
bgobandit
2015-07-24 09:38:13 -04:00
parent 0f6e66502f
commit ab9668dd3d
2 changed files with 6 additions and 5 deletions
@@ -46,10 +46,6 @@
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)