From ef25d27f5c733e11a5796b703d12f12fc9a90e47 Mon Sep 17 00:00:00 2001 From: Swept Date: Mon, 28 Sep 2020 18:03:05 +0000 Subject: [PATCH] Initial (#2137) --- Content.Client/IgnoredComponents.cs | 6 +++++- Content.Server/IgnoredComponents.cs | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index 0272e4da91..a001a4a2bc 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -174,7 +174,11 @@ "Flammable", "CreamPie", "CreamPied", - "BlockGameArcade" + "BlockGameArcade", + "KitchenSpike", + "Icon", + "Butcherable", + "Rehydratable" }; } } diff --git a/Content.Server/IgnoredComponents.cs b/Content.Server/IgnoredComponents.cs index 518d680cf7..07d19f4887 100644 --- a/Content.Server/IgnoredComponents.cs +++ b/Content.Server/IgnoredComponents.cs @@ -19,6 +19,7 @@ "Marker", "Clickable", "RadiatingLight", + "Icon", }; }