Change log and changes toggling ghostears to toggling ghostwhisper

This commit is contained in:
Mandurrrh
2015-02-28 09:01:21 -05:00
parent a0e19a466f
commit e2d77899fa
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -817,7 +817,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
tnote += "<i><b>&rarr; To [P.owner]:</b></i><br>[t]<br>"
P.tnote += "<i><b>&larr; From <a href='byond://?src=\ref[P];choice=Message;target=\ref[src]'>[owner]</a> ([ownjob]):</b></i><br>[t]<br>"
for(var/mob/M in player_list)
if(M.stat == DEAD && M.client && (M.client.prefs.toggles & CHAT_GHOSTEARS))
if(M.stat == DEAD && M.client && (M.client.prefs.toggles & CHAT_GHOSTWHISPER))
M.show_message("<span class='game say'>PDA Message - <span class='name'>[owner]</span> -> <span class='name'>[P.owner]</span>: <span class='message'>[t]</span></span>")
if (!P.silent)