mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Wow, I managed to miss the change to prevent robot chat at the login screen.
Fixes Issue 712 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4251 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user