From 6b4fbc211ffc124c37f15b76b47513dbc373fb3b Mon Sep 17 00:00:00 2001 From: derek Date: Wed, 16 Sep 2020 14:53:32 -0700 Subject: [PATCH] Remove paper description (#2061) --- Content.Server/GameObjects/Components/Paper/PaperComponent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/GameObjects/Components/Paper/PaperComponent.cs b/Content.Server/GameObjects/Components/Paper/PaperComponent.cs index 1af54a664b..3070172259 100644 --- a/Content.Server/GameObjects/Components/Paper/PaperComponent.cs +++ b/Content.Server/GameObjects/Components/Paper/PaperComponent.cs @@ -70,6 +70,7 @@ namespace Content.Server.GameObjects.Components.Paper sprite.LayerSetState(1, "paper_words"); } + Owner.Description = ""; UpdateUserInterface(); }