Merging pull request from caelaislinn-master

This commit is contained in:
Albert Iordache
2012-07-13 20:54:22 +03:00
parent aab476a847
commit dda09390ac
14 changed files with 614 additions and 563 deletions
@@ -163,6 +163,8 @@
rendered = "<span class='game say'><span class='name'>[real_name]</span>[alt_name] whispers, <span class='message'>\"[message]\"</span></span>"
for (var/mob/M in world)
if(!M.client)
continue
if (istype(M, /mob/new_player))
continue
if (M.stat > 1 && !(M in heard_a) && M.client.ghost_ears)