From 17fd5096d5237498f19447d2d9ddb1d58146d0c4 Mon Sep 17 00:00:00 2001 From: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Date: Sun, 19 Dec 2021 15:20:08 -0800 Subject: [PATCH] Make ghosted examine color more visible --- Content.Server/Mind/Components/MindComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Mind/Components/MindComponent.cs b/Content.Server/Mind/Components/MindComponent.cs index 305d605eba..f23f101541 100644 --- a/Content.Server/Mind/Components/MindComponent.cs +++ b/Content.Server/Mind/Components/MindComponent.cs @@ -149,7 +149,7 @@ namespace Content.Server.Mind.Components } else if (!HasMind) { - message.AddMarkup($"[color=purple]{Loc.GetString("comp-mind-examined-catatonic", ("ent", Owner))}[/color]"); + message.AddMarkup($"[color=mediumpurple]{Loc.GetString("comp-mind-examined-catatonic", ("ent", Owner))}[/color]"); } else if (Mind?.Session == null) {