From b75c072fac0a078ecd75a6748442fe343146d28b Mon Sep 17 00:00:00 2001 From: SethLafuente <84478872+SethLafuente@users.noreply.github.com> Date: Wed, 28 Jul 2021 10:36:06 -0700 Subject: [PATCH] adds bio suits into bio lockers (#4377) Co-authored-by: SETh lafuente --- .../Catalog/Fills/Lockers/biohazard.yml | 51 ++++++++++++++++--- 1 file changed, 43 insertions(+), 8 deletions(-) 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