From 2b25c146e97798c7f6542ae9dd1f5b3340a01772 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:41:22 -0600 Subject: [PATCH] Adds missing suffixes (#22076) Co-authored-by: Jeff --- Resources/Prototypes/Entities/Effects/puddle.yml | 6 ++++++ .../Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index 090533acb8..fe31e2bb1c 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -11,10 +11,12 @@ - type: entity id: PuddleSmear parent: PuddleTemporary + suffix: Smear - type: entity id: PuddleVomit parent: PuddleTemporary + suffix: Vomit components: - type: SolutionContainerManager solutions: @@ -29,6 +31,7 @@ - type: entity id: PuddleEgg parent: PuddleTemporary + suffix: Egg components: - type: SolutionContainerManager solutions: @@ -41,6 +44,7 @@ - type: entity id: PuddleTomato parent: PuddleTemporary + suffix: Tomato components: - type: SolutionContainerManager solutions: @@ -55,6 +59,7 @@ - type: entity id: PuddleWatermelon parent: PuddleTemporary + suffix: Watermelon components: - type: SolutionContainerManager solutions: @@ -69,6 +74,7 @@ - type: entity id: PuddleFlour parent: PuddleTemporary + suffix: Flour components: - type: SolutionContainerManager solutions: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml index 7d2b234a58..10cf40aa2e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Pipes/pipe.yml @@ -22,6 +22,7 @@ id: SmokingPipeFilledTobacco parent: SmokingPipe name: pipe + suffix: Tobacco description: Just like grandpappy used to smoke. components: - type: ContainerContainer @@ -44,6 +45,7 @@ id: SmokingPipeFilledCannabis parent: SmokingPipe name: pipe + suffix: Cannabis description: Just like grandpappy used to smoke. components: - type: ContainerContainer