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