Skip to content

Commit

Permalink
Wow, I managed to miss the change to prevent robot chat at the login …
Browse files Browse the repository at this point in the history
…screen.

Fixes Issue 712

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4251 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
[email protected] committed Jul 31, 2012
1 parent 16919d9 commit 03bdb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/silicon/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@
rendered = "<i><span class='game say'>Robotic Talk, <span class='name'>[name]</span> <span class='message'>[message_a]</span></span></i>"

for (var/mob/M in dead_mob_list)
M.show_message(rendered, 2)
if(!istype(M,/mob/new_player))
M.show_message(rendered, 2)

0 comments on commit 03bdb2d

Please sign in to comment.