Fixes some errant issues with overlays

This commit is contained in:
Poojawa
2019-08-26 14:15:55 -05:00
parent d7ec568efc
commit bdae9e051b
3 changed files with 3 additions and 1 deletions
@@ -34,6 +34,8 @@ GLOBAL_LIST_EMPTY(rubber_toolbox_icons)
/obj/item/storage/toolbox/update_icon()
..()
cut_overlays()
if(blood_DNA.len)
add_blood_overlay()
if(has_latches)
var/icon/I = icon('icons/obj/storage.dmi', latches)
add_overlay(I)