From 738fbdd3765ac8e25dab580d0f2796da16e0000c Mon Sep 17 00:00:00 2001 From: DamianX Date: Mon, 21 Oct 2019 21:54:29 +0000 Subject: [PATCH] Wire colors are now unique (#407) --- Content.Server/GameObjects/Components/WiresComponent.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Server/GameObjects/Components/WiresComponent.cs b/Content.Server/GameObjects/Components/WiresComponent.cs index 888e93f572..587cb159cb 100644 --- a/Content.Server/GameObjects/Components/WiresComponent.cs +++ b/Content.Server/GameObjects/Components/WiresComponent.cs @@ -87,7 +87,6 @@ namespace Content.Server.GameObjects.Components private readonly Dictionary _statuses = new Dictionary(); /// - /// As seen on /vg/station. /// and . /// private readonly List _availableColors = new List() @@ -104,7 +103,6 @@ namespace Content.Server.GameObjects.Components Color.Purple, Color.Pink, Color.Fuchsia, - Color.Aqua, }; public override void Initialize()