mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Improved dynamic armory manifest paper (#34066)
* Improved dynamic armory manifest paper * this area too * runtime prevention if applicable * completely nullifies delay now, is_type_in_list() turns out to be slow for this * some clarification * makes this item more modular in case anything else wants to use it * less broad * less broad * less broad * typo fixes --------- Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
/obj/structure/closet/secure_closet/vault/armory
|
||||
name = "\improper Armory vault locker"
|
||||
req_access = list(access_armory)
|
||||
|
||||
holds_armory_items = TRUE
|
||||
|
||||
/obj/structure/closet/secure_closet/vault/armory/atoms_to_spawn()
|
||||
if(Holiday == APRIL_FOOLS_DAY)
|
||||
return list(
|
||||
@@ -54,4 +55,4 @@
|
||||
|
||||
/obj/structure/closet/secure_closet/vault/ert
|
||||
name = "\improper ERT vault locker"
|
||||
req_access = list(access_cent_ert)
|
||||
req_access = list(access_cent_ert)
|
||||
|
||||
@@ -170,6 +170,7 @@
|
||||
icon_state = "bombsuit"
|
||||
icon_closed = "bombsuit"
|
||||
icon_opened = "bombsuitopen"
|
||||
holds_armory_items = TRUE
|
||||
|
||||
/obj/structure/closet/bombcloset/atoms_to_spawn()
|
||||
return list(
|
||||
|
||||
Reference in New Issue
Block a user