diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 935db4b5ad..d90835489c 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -52,7 +52,7 @@ namespace Content.Client var registerIgnore = new[] { - "Wrenchable", + "Anchorable", "AmmoBox", "Breakable", "Pickaxe", @@ -155,7 +155,10 @@ namespace Content.Client "SolarPanel", "BodyScanner", "Stunbaton", - "EmergencyClosetFill" + "EmergencyClosetFill", + "Tool", + "TilePrying", + "RandomToolColor", }; foreach (var ignoreName in registerIgnore)