Reworks anon dchat mode into full anon mode (#18282)

* Reworks anon dchat mode

* Update code/modules/client/preference/preferences_toggles.dm
This commit is contained in:
AffectedArc07
2022-07-14 16:52:49 +01:00
committed by GitHub
parent 490de764de
commit 0c0b201668
16 changed files with 97 additions and 33 deletions
+1 -1
View File
@@ -162,7 +162,7 @@
/client/proc/get_display_key()
var/fakekey = src?.holder?.fakekey
var/fakekey = holder?.fakekey
return fakekey ? fakekey : key
/client/proc/is_content_unlocked()