Space language whisper logs

This commit is contained in:
SoundScopes
2015-01-09 17:12:02 +00:00
parent 3bc7e83a9a
commit 73abde1c3f
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -41,7 +41,8 @@
var/track = null
if(istype(src, /mob/dead/observer))
if(italics && client.prefs.toggles & CHAT_GHOSTRADIO)
return
if(!verb == ("whispers" || " quietly" || " softly"))
return
if(speaker_name != speaker.real_name && speaker.real_name)
speaker_name = "[speaker.real_name] ([speaker_name])"
track = "(<a href='byond://?src=\ref[src];track=\ref[speaker]'>follow</a>) "
@@ -6,7 +6,7 @@
usr << "\red Speech is currently admin-disabled."
return
log_whisper("[src.name]/[src.key] : [message]")
// log_whisper("[src.name]/[src.key] : [message]")
if (src.client)
if (src.client.prefs.muted & MUTE_IC)
@@ -99,7 +99,7 @@
if (!(M.client))
continue
if(M.stat == DEAD && M.client && (M.client.prefs.toggles & CHAT_GHOSTEARS))
listening |= M //I want to see if this does anything for ghosts
// listening |= M //I want to see if this does anything for ghosts
M.hear_say(message, verb, speaking, alt_name, italics, src)
//Pass whispers on to anything inside the immediate listeners.