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