mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
depottt (#27399)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "A red and black lootbox full of things the Head of Security is going to flip their shit over."
|
||||
locked = FALSE
|
||||
anchored = TRUE
|
||||
req_access = list()
|
||||
req_access = list(ACCESS_SYNDICATE)
|
||||
icon_state = "tac"
|
||||
layer = 2.9 // ensures the loot they drop always appears on top of them.
|
||||
var/is_armory = FALSE
|
||||
@@ -57,6 +57,6 @@
|
||||
ignore_use = FALSE
|
||||
|
||||
/obj/structure/closet/secure_closet/depot/armory
|
||||
req_access = list(ACCESS_SYNDICATE)
|
||||
req_access = list(ACCESS_SYNDICATE_COMMAND) // can't open without killing QM/breaking a closet
|
||||
is_armory = TRUE
|
||||
icon_state = "armory"
|
||||
|
||||
Reference in New Issue
Block a user