This commit is contained in:
Ghommie
2020-03-08 19:26:01 +01:00
parent d78926b269
commit ad4d290ea7
89 changed files with 443 additions and 498 deletions
@@ -38,10 +38,10 @@
tagged = 0
update_icon()
/obj/structure/closet/body_bag/update_icon()
..()
/obj/structure/closet/body_bag/update_overlays()
. = ..()
if (tagged)
add_overlay("bodybag_label")
. += "bodybag_label"
/obj/structure/closet/body_bag/close()
if(..())