From 93c4c2b5cf9b3aef666edde636fc0bc828cef1c4 Mon Sep 17 00:00:00 2001 From: TheFurryFeline Date: Fri, 31 May 2019 00:32:07 -0400 Subject: [PATCH] Closet Access Tweak Add an additional level of access to command secretary locker so secretaries can actually access it when needed. --- .../structures/crates_lockers/closets/secure/security.dm | 2 +- html/changelogs/TheFurryFeline - Closet Access Tweak.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/TheFurryFeline - Closet Access Tweak.yml diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index 2237eb2931..68012a79d2 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -83,7 +83,7 @@ icon_opened = "hopsecureopen" icon_broken = "hopsecurebroken" icon_off = "hopsecureoff" - req_access = list(access_hop) + req_access = list(access_hop, access_heads) starts_with = list( /obj/item/device/radio/headset/headset_com = 3, diff --git a/html/changelogs/TheFurryFeline - Closet Access Tweak.yml b/html/changelogs/TheFurryFeline - Closet Access Tweak.yml new file mode 100644 index 0000000000..deccccb75d --- /dev/null +++ b/html/changelogs/TheFurryFeline - Closet Access Tweak.yml @@ -0,0 +1,6 @@ +author: TheFurryFeline + +delete-after: True + +changes: + - tweak: "Add an additional level of access to command secretary locker so secretaries can actually access it when needed." \ No newline at end of file