From eb9b83cc29f000e1eab9bb519d5637fb01bd0bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Wed, 23 Sep 2020 14:25:27 +0200 Subject: [PATCH] Add flammable, creampie and creampied components to IgnoredComponents --- Content.Client/IgnoredComponents.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index fe100bfa17..0453be7b71 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -170,6 +170,9 @@ "Firelock", "AtmosPlaque", "Spillable", + "Flammable", + "CreamPie", + "CreamPied", }; } }