From fe1f7118e607231709df48092e8382e90940d303 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Tue, 1 Feb 2022 06:15:22 +0000 Subject: [PATCH] + Evidence locker, warden locker access and scientist locker fill (#6402) --- .../Catalog/Fills/Lockers/readmebeforeadding.txt | 1 - .../Prototypes/Catalog/Fills/Lockers/science.yml | 15 +++++++++++++++ .../Storage/Closets/Lockers/lockers.yml | 11 ++++++++++- 3 files changed, 25 insertions(+), 2 deletions(-) delete mode 100644 Resources/Prototypes/Catalog/Fills/Lockers/readmebeforeadding.txt create mode 100644 Resources/Prototypes/Catalog/Fills/Lockers/science.yml diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/readmebeforeadding.txt b/Resources/Prototypes/Catalog/Fills/Lockers/readmebeforeadding.txt deleted file mode 100644 index bb93b2ec6f..0000000000 --- a/Resources/Prototypes/Catalog/Fills/Lockers/readmebeforeadding.txt +++ /dev/null @@ -1 +0,0 @@ -See https://github.com/space-wizards/space-station-14/pull/2427#issuecomment-718152557 \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/science.yml b/Resources/Prototypes/Catalog/Fills/Lockers/science.yml new file mode 100644 index 0000000000..9d755cf6eb --- /dev/null +++ b/Resources/Prototypes/Catalog/Fills/Lockers/science.yml @@ -0,0 +1,15 @@ +- type: entity + id: LockerScienceFilled + suffix: Filled + parent: LockerScientist + components: + - type: StorageFill + contents: + - id: ClothingHandsGlovesLatex + prob: 1 + - id: ClothingHeadsetScience + prob: 1 + - id: ClothingMaskSterile + prob: 1 + - id: ClothingOuterCoatLab + prob: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml index bf11ad046d..e06cdb9a57 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -286,7 +286,7 @@ state_open: warden_open state_closed: warden_door - type: AccessReader - access: [["Security", "Armory"]] # TODO access [["Brig"]] + access: [["Brig"]] # Security Officer - type: entity @@ -313,6 +313,15 @@ - type: AccessReader access: [["Security"]] # TODO access [["Detective"]] +- type: entity + id: LockerEvidence + parent: LockerSecurity + name: evidence locker + description: To store bags of bullet casings and detainee belongings. + components: + - type: AccessReader + access: [["Security"]] + # Syndicate - type: entity id: LockerSyndicatePersonal