From 0c4cf1e4d404d9c6ba14d67f0d5c200317c3785b Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Fri, 12 Mar 2021 20:54:23 +0000 Subject: [PATCH] Locker fills for EOD, Detective and some theater vendor stuff (#3490) * Added EOD bomb suit * added gas mask to EOD closet * Added detective locker fill and more theater suits --- .../Fills/Storage/Lockers/security.yml | 29 ++++++++++++++++--- .../Catalog/VendingMachines/theater.yml | 4 +++ 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Storage/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Storage/Lockers/security.yml index 8ecd9448ba..af2e5970f2 100644 --- a/Resources/Prototypes/Catalog/Fills/Storage/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Storage/Lockers/security.yml @@ -50,12 +50,33 @@ - name: ClothingShoesBootsJack prob: 1 -#- type: entity -# id: LockerDetectiveFilled -# suffix: Filled -# parent: LockerDetective +- type: entity + id: LockerDetectiveFilled + suffix: Filled + parent: LockerDetective + components: + - type: StorageFill + contents: + - name: ClothingHeadHatFedoraBrown + prob: 1 + - name: ClothingNeckTieDet + prob: 1 + - name: ClothingOuterVestDetective + prob: 1 + - name: ClothingOuterCoatDetective + prob: 1 + - type: entity id: LockerBombFilled parent: LockerBomb suffix: Filled + components: + - type: StorageFill + contents: + - name: ClothingHeadHelmetBombSuit + prob: 1 + - name: ClothingOuterSuitBomb + prob: 1 + - name: ClothingMaskGas + prob: 1 diff --git a/Resources/Prototypes/Catalog/VendingMachines/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/theater.yml index e26bf8e5bf..ac1fad31de 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/theater.yml @@ -12,6 +12,10 @@ ClothingOuterXenos: 2 ClothingOuterSkub: 2 ClothingHeadHatXeno: 2 + ClothingOuterSuitChicken: 2 + ClothingHeadHatChickenhead: 2 + ClothingOuterSuitMonkey: 2 + ClothingHeadHatPumpkin: 2 ClothingHeadHatShrineMaidenWig: 2 ClothingOuterSuitShrineMaiden: 2 Gohei: 2