DNA scrambler examine fixes (#34920)

* Remove custom character description after using DNA scrambler

* Mark grammar as dirty when updating identity

* Update Content.Server/Implants/SubdermalImplantSystem.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
12rabbits
2025-02-06 11:09:59 -08:00
committed by GitHub
parent 64ebcb5277
commit b6ccbef147
2 changed files with 4 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ 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)
identityGrammar.ProperNoun = false;
Dirty(ident, identityGrammar);
}
if (name == Name(ident))