mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user