From 58c3bf71cd7a9a41f86303e7ff4bfcd4cd9df816 Mon Sep 17 00:00:00 2001 From: lzk228 <124214523+lzk228@users.noreply.github.com> Date: Thu, 4 May 2023 21:30:22 +0300 Subject: [PATCH] Add mime's stamp in satchel (#16044) --- .../Catalog/Fills/Backpacks/StarterGear/satchel.yml | 10 ++++++++++ Resources/Prototypes/Roles/Jobs/Civilian/mime.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 87c7381423..f0be1ca724 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -220,3 +220,13 @@ - type: Tag tags: - InnateDontDelete + +- type: entity + noSpawn: true + parent: ClothingBackpackSatchel # need to sprite mime's satchel + id: ClothingBackpackSatchelMimeFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - id: RubberStampMime diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index 92b3906442..9c0c72b5b5 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -29,5 +29,5 @@ id: MimePDA ears: ClothingHeadsetService innerclothingskirt: ClothingUniformJumpskirtMime - satchel: ClothingBackpackSatchelFilled + satchel: ClothingBackpackSatchelMimeFilled duffelbag: ClothingBackpackDuffelMimeFilled -- 2.51.2