Adds Cargo Office Access to JaniKeyring + Fits in JaniBelt (#21471)

* oopsies

* oops here's another fix
This commit is contained in:
matttheficus
2023-07-07 08:41:54 -04:00
committed by GitHub
parent 4317881bcc
commit dd9079aa1a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
var/cooldown = 0
/// How fast does the keyring open an airlock. It is not set here so that it can be set via the user's role.
var/hack_speed
additional_access = list(ACCESS_MEDICAL, ACCESS_RESEARCH, ACCESS_CONSTRUCTION, ACCESS_CARGO, ACCESS_MINING, ACCESS_KITCHEN, ACCESS_BAR, ACCESS_JANITOR, ACCESS_CHAPEL_OFFICE)
additional_access = list(ACCESS_MEDICAL, ACCESS_RESEARCH, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_MINING, ACCESS_KITCHEN, ACCESS_BAR, ACCESS_JANITOR, ACCESS_CHAPEL_OFFICE)
/obj/item/door_remote/janikeyring/examine(mob/user)
. = ..()
@@ -515,7 +515,8 @@
/obj/item/holosign_creator/janitor,
/obj/item/melee/flyswatter,
/obj/item/storage/bag/trash,
/obj/item/twohanded/push_broom
/obj/item/twohanded/push_broom,
/obj/item/door_remote/janikeyring
)
/obj/item/storage/belt/janitor/full/populate_contents()