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

View File

@@ -999,8 +999,8 @@
if("ghost_pda")
toggles ^= PREFTOGGLE_CHAT_GHOSTPDA
if("ghost_anonsay")
toggles2 ^= PREFTOGGLE_2_ANONDCHAT
if("anonmode")
toggles2 ^= PREFTOGGLE_2_ANON
if("save")
save_preferences(user)