Okay in relation to the previous commit r2391 muting is now tied to clients and not mobs. So if you get muted as a human and then die and change into a ghost you will no longer 'loose' your mute.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2392 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz@gmail.com
2011-10-19 13:05:36 +00:00
parent de944a135c
commit fe49e1c149
15 changed files with 47 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
if (!msg)
return
if (usr.muted_complete)
if (usr.client && usr.client.muted_complete)
return
for (var/mob/M in world)