From 7188b509df60d196384494519a31cbf6e1bbe108 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:27:26 +0200 Subject: [PATCH] fix bodybag id case (#26823) * Fix body bag id * migration --- Resources/Prototypes/Catalog/Fills/Boxes/medical.yml | 2 +- .../Prototypes/Entities/Objects/Specific/Medical/morgue.yml | 6 +++--- Resources/Prototypes/Recipes/Lathes/medical.yml | 2 +- Resources/migration.yml | 4 ++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml index aba61ce332..9862399776 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml @@ -117,7 +117,7 @@ components: - type: StorageFill contents: - - id: BodyBag_Folded + - id: BodyBagFolded amount: 4 - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index 32aa114429..2c48ef5da0 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -1,5 +1,5 @@ - type: entity - id: BodyBag_Container + id: BodyBag parent: BaseFoldable name: body bag description: A plastic bag designed for the storage and transportation of cadavers to stop body decomposition. @@ -83,10 +83,10 @@ price: 50 - type: entity - id: BodyBag_Folded + id: BodyBagFolded name: body bag description: A plastic bag designed for the storage and transportation of cadavers to stop body decomposition. - parent: BodyBag_Container + parent: BodyBag suffix: folded components: - type: Foldable diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index fbfa0151ba..16cc6d2e86 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -49,7 +49,7 @@ - type: latheRecipe id: BodyBag - result: BodyBag_Folded + result: BodyBagFolded completetime: 2 materials: Plastic: 300 diff --git a/Resources/migration.yml b/Resources/migration.yml index 209434d1db..5396baa96d 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -275,3 +275,7 @@ ClothingOuterArmorScaf: ClothingOuterArmorBasic ClothingNeckFlowerWreath: ClothingHeadHatFlowerWreath ClothingHeadHatFlowerCrown: ClothingHeadHatFlowerWreath BriefcaseSyndieBase: null + +# 2024-04-08 +BodyBag_Container: BodyBag +BodyBag_Folded: BodyBagFolded -- 2.52.0