This commit is contained in:
NanakoAC
2016-09-19 23:50:45 +03:00
committed by skull132
parent c840b16852
commit fbdb378891
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
messageturfs += turf
for(var/mob/M in player_list)
if (!M.client)
if (!M.client || istype(M, /mob/new_player))
continue
if(get_turf(M) in messageturfs)
messagemobs += M
+1 -1
View File
@@ -63,7 +63,7 @@
messageturfs += turf
for(var/mob/M in player_list)
if (!M.client)
if (!M.client || istype(M, /mob/new_player))
continue
if(get_turf(M) in messageturfs)
if (istype(M, /mob/dead/observer))
+2 -2
View File
@@ -103,7 +103,7 @@
messageturfs += turf
for(var/mob/M in player_list)
if (!M.client)
if (!M.client || istype(M, /mob/new_player))
continue
if(get_turf(M) in messageturfs)
messagemobs += M
@@ -154,7 +154,7 @@
messageturfs += turf
for(var/mob/M in player_list)
if (!M.client)
if (!M.client || istype(M, /mob/new_player))
continue
if(get_turf(M) in messageturfs)
messagemobs += M