From ae004bd6e979110c896a78ea7fe97669a01c5329 Mon Sep 17 00:00:00 2001 From: ConstantlyConfused <67894661+Eternally-Confused@users.noreply.github.com> Date: Thu, 13 Feb 2025 04:55:39 -0700 Subject: [PATCH] Fix colored paper descriptions (#2972) correct colored paper descriptions --- .../Prototypes/_DV/Entities/Objects/Misc/paper.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml index ff435c4d578..fbb206b908a 100644 --- a/Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Misc/paper.yml @@ -27,6 +27,7 @@ - type: entity parent: Paper id: PaperDyedPink + description: 'A piece of pink paper.' suffix: pink components: - type: Sprite @@ -47,6 +48,7 @@ - type: entity parent: Paper id: PaperDyedRed + description: 'A piece of red paper.' suffix: red components: - type: Sprite @@ -67,6 +69,7 @@ - type: entity parent: Paper id: PaperDyedOrange + description: 'A piece of orange paper.' suffix: orange components: - type: Sprite @@ -87,6 +90,7 @@ - type: entity parent: Paper id: PaperDyedYellow + description: 'A piece of yellow paper.' suffix: yellow components: - type: Sprite @@ -107,6 +111,7 @@ - type: entity parent: Paper id: PaperDyedGrass + description: 'A piece of grass green paper.' suffix: grass components: - type: Sprite @@ -127,6 +132,7 @@ - type: entity parent: Paper id: PaperDyedGreen + description: 'A piece of green paper.' suffix: green components: - type: Sprite @@ -147,6 +153,7 @@ - type: entity parent: Paper id: PaperDyedOcean + description: 'A piece of ocean blue paper.' suffix: ocean components: - type: Sprite @@ -167,6 +174,7 @@ - type: entity parent: Paper id: PaperDyedSky + description: 'A piece of sky blue paper.' suffix: sky components: - type: Sprite @@ -187,6 +195,7 @@ - type: entity parent: Paper id: PaperDyedPurple + description: 'A piece of purple paper.' suffix: purple components: - type: Sprite @@ -207,6 +216,7 @@ - type: entity parent: Paper id: PaperDyedTan + description: 'A piece of tan paper.' suffix: tan components: - type: Sprite @@ -227,6 +237,7 @@ - type: entity parent: Paper id: PaperDyedBrown + description: 'A piece of brown paper.' suffix: brown components: - type: Sprite