A hacky way to stop snoring from being global.

This commit is contained in:
Erthilo
2012-05-06 00:19:43 +01:00
parent bf067ff520
commit 3c3895ee4c

View File

@@ -526,6 +526,8 @@
continue //skip monkeys and leavers
if (istype(M, /mob/new_player))
continue
if(findtext(message,"snore"))
continue
if(M.stat == 2 && M.client.ghost_sight && !(M in viewers(src,null)))
M.show_message(message)