From fc8f1951f166b69bcd4942da9506b7d6e997fd11 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Sun, 10 May 2020 15:40:09 -0700 Subject: [PATCH] Merge pull request #7107 from VOREStation/pol-holohear Prevent holopad chat from going to lobby --- code/modules/mob/new_player/new_player.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 1f0d451ee16..8365d73cbba 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -608,6 +608,9 @@ /mob/new_player/hear_holopad_talk(list/message_pieces, var/verb = "says", var/mob/speaker = null) return +/mob/new_player/hear_holopad_talk(list/message_pieces, var/verb = "says", var/mob/speaker = null) + return + // Prevents lobby players from seeing emotes, even with ghosteyes /mob/new_player/show_message(msg, type, alt, alt_type) return