Make ghosted examine color more visible
This commit is contained in:
parent
9c407b8c8a
commit
17fd5096d5
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue