The syndicate depo closests actually use their sprites + door sprites. (#26974)

* The syndicate depo closests actually use their sprites + door sprites

* animated
This commit is contained in:
1080pCat
2024-10-23 21:09:33 +00:00
committed by GitHub
parent 9465b565b8
commit 3b944d6786
2 changed files with 2 additions and 0 deletions
@@ -4,6 +4,7 @@
locked = FALSE
anchored = TRUE
req_access = list()
icon_state = "tac"
layer = 2.9 // ensures the loot they drop always appears on top of them.
var/is_armory = FALSE
var/ignore_use = FALSE
@@ -58,3 +59,4 @@
/obj/structure/closet/secure_closet/syndicate/depot/armory
req_access = list(ACCESS_SYNDICATE)
is_armory = TRUE
icon_state = "armory"