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