From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 22 Apr 2025 00:26:29 +0000 (-0400) Subject: Fix identity grammar (#36817) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=907aecb0aebc3449f2fefbec744cc5b608280905;p=space-station-14.git Fix identity grammar (#36817) Fix identity --- diff --git a/Content.Server/IdentityManagement/IdentitySystem.cs b/Content.Server/IdentityManagement/IdentitySystem.cs index f1b34c16fa..f873273f80 100644 --- a/Content.Server/IdentityManagement/IdentitySystem.cs +++ b/Content.Server/IdentityManagement/IdentitySystem.cs @@ -103,7 +103,7 @@ public sealed class IdentitySystem : SharedIdentitySystem // If presumed name is null and we're using that, we set proper noun to be false ("the old woman") if (name != representation.TrueName && representation.PresumedName == null) - _grammarSystem.SetProperNoun((uid, grammar), false); + _grammarSystem.SetProperNoun((ident, identityGrammar), false); Dirty(ident, identityGrammar); }