@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user