From 2d13feaae01b5729039c208d8ba16c9d299127c1 Mon Sep 17 00:00:00 2001 From: kzhanik <102734625+kzhanik@users.noreply.github.com> Date: Wed, 26 Apr 2023 12:53:45 +0600 Subject: [PATCH] [tweak] HoS and CMO get survival boxes according to their departments (#15777) * Update satchel.yml * Update duffelbag.yml * Update backpack.yml --- .../Catalog/Fills/Backpacks/StarterGear/backpack.yml | 4 ++-- .../Catalog/Fills/Backpacks/StarterGear/duffelbag.yml | 4 ++-- .../Catalog/Fills/Backpacks/StarterGear/satchel.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 33dceb942c..5dfa32262d 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -98,7 +98,7 @@ components: - type: StorageFill contents: - - id: BoxSurvival + - id: BoxSurvivalMedical - id: Flash #- id: TelescopicBaton @@ -120,7 +120,7 @@ components: - type: StorageFill contents: - - id: BoxSurvival + - id: BoxSurvivalSecurity - id: Flash - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 2d6de7011f..1bc3245708 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -97,7 +97,7 @@ components: - type: StorageFill contents: - - id: BoxSurvival + - id: BoxSurvivalMedical - id: Flash #- id: TelescopicBaton @@ -119,7 +119,7 @@ components: - type: StorageFill contents: - - id: BoxSurvival + - id: BoxSurvivalSecurity - id: Flash - type: entity diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 475be4a39b..87c7381423 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -97,7 +97,7 @@ components: - type: StorageFill contents: - - id: BoxSurvival + - id: BoxSurvivalMedical - id: Flash #- id: TelescopicBaton @@ -119,7 +119,7 @@ components: - type: StorageFill contents: - - id: BoxSurvival + - id: BoxSurvivalSecurity - id: Flash - type: entity -- 2.51.2