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", }; }