diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml b/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml index b9a6ce5322..79b38ef7cc 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml @@ -1,24 +1,59 @@ -# - type: entity -# id: ClosetL3Filled -# suffix: Filled, Generic -# parent: ClosetL3 + - type: entity + id: ClosetL3Filled + suffix: Filled, Generic + parent: ClosetL3 + components: + - type: StorageFill + contents: + - id: ClothingOuterBioGeneral + prob: 1 + - id: ClothingHeadHatHoodBioGeneral + prob: 1 - type: entity id: ClosetL3VirologyFilled suffix: Filled, Virology parent: ClosetL3Virology + components: + - type: StorageFill + contents: + - id: ClothingOuterBioVirology + prob: 1 + - id: ClothingHeadHatHoodBioVirology + prob: 1 - type: entity id: ClosetL3SecurityFilled suffix: Filled, Security parent: ClosetL3Security + components: + - type: StorageFill + contents: + - id: ClothingOuterBioSecurity + prob: 1 + - id: ClothingHeadHatHoodBioSecurity + prob: 1 - type: entity id: ClosetL3JanitorFilled suffix: Filled, Janitor parent: ClosetL3Janitor + components: + - type: StorageFill + contents: + - id: ClothingOuterBioJanitor + prob: 1 + - id: ClothingHeadHatHoodBioJanitor + prob: 1 -# - type: entity -# id: ClosetL3ScienceFilled -# suffix: Filled, Science -# parent: ClosetL3Virology + - type: entity + id: ClosetL3ScienceFilled + suffix: Filled, Science + parent: ClosetL3Virology + components: + - type: StorageFill + contents: + - id: ClothingOuterBioScientist + prob: 1 + - id: ClothingHeadHatHoodBioScientist + prob: 1