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

View File

@@ -33,12 +33,13 @@
return 1
return !density
/obj/structure/closet/crate/update_icon()
/obj/structure/closet/crate/update_icon_state()
icon_state = "[initial(icon_state)][opened ? "open" : ""]"
cut_overlays()
/obj/structure/closet/crate/closet_update_overlays(list/new_overlays)
. = new_overlays
if(manifest)
add_overlay("manifest")
. += "manifest"
/obj/structure/closet/crate/attack_hand(mob/user)
. = ..()