Conversion of realname and nickname from bay (#19120)

* Automatic changelog compile [ci skip]

* replace all bay instances for realname and nickname with tg

* add comments where uncertain of sanitisation needed

* Fix issue from git conflict..

* Fix issue causing setup menu not opening

* Attempt to clean up how name datums are handled

* Remove redundant check

* Fix number issues with character names

---------

Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
This commit is contained in:
Aura Dusklight
2026-02-08 18:34:04 +02:00
committed by GitHub
parent 8e057cf72b
commit 311c0117c1
33 changed files with 201 additions and 90 deletions
@@ -80,7 +80,7 @@ var/list/gear_datums = list()
if(pref.client)
if(G.ckeywhitelist && !(pref.client_ckey in G.ckeywhitelist))
return FALSE
if(G.character_name && !(pref.real_name in G.character_name))
if(G.character_name && !(pref.read_preference(/datum/preference/name/real_name) in G.character_name))
return FALSE
return TRUE