Make ghosted examine color more visible

This commit is contained in:
ShadowCommander
2021-12-19 15:20:08 -08:00
parent 9c407b8c8a
commit 17fd5096d5

View File

@@ -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)
{