Fix identity grammar (#36817)

Fix identity
This commit is contained in:
Nemanja
2025-04-21 20:26:29 -04:00
committed by GitHub
parent 3e4c28c038
commit 907aecb0ae

View File

@@ -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);
}