From 1d92b126fc2a005f7b8c8e25bdbf00efbd8a2824 Mon Sep 17 00:00:00 2001
From: MarcellusPye <29051928+MarcellusPye@users.noreply.github.com>
Date: Tue, 30 Jan 2018 00:45:43 +1300
Subject: [PATCH] Inital fix
---
code/modules/client/preference/preferences.dm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm
index a351d3f5032..4d388905cab 100644
--- a/code/modules/client/preference/preferences.dm
+++ b/code/modules/client/preference/preferences.dm
@@ -444,9 +444,9 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
dat += "Donator Publicity: [(toggles & DONATOR_PUBLIC) ? "Public" : "Hidden"]
"
dat += "Randomized character slot: [randomslot ? "Yes" : "No"]
"
- dat += "Ghost ears: [(toggles & CHAT_GHOSTEARS) ? "Nearest Creatures" : "All Speech"]
"
- dat += "Ghost sight: [(toggles & CHAT_GHOSTSIGHT) ? "Nearest Creatures" : "All Emotes"]
"
- dat += "Ghost radio: [(toggles & CHAT_GHOSTRADIO) ? "Nearest Speakers" : "All Chatter"]
"
+ dat += "Ghost ears: [(toggles & CHAT_GHOSTEARS) ? "All Speech" : "Nearest Creatures"]
"
+ dat += "Ghost sight: [(toggles & CHAT_GHOSTSIGHT) ? "All Emotes" : "Nearest Creatures"]
"
+ dat += "Ghost radio: [(toggles & CHAT_GHOSTRADIO) ? "All Chatter" : "Nearest Speakers"]
"
dat += "Deadchat anonymity: [ghost_anonsay ? "Anonymous" : "Not Anonymous"]
"
dat += "