Merge pull request #7107 from VOREStation/pol-holohear

Prevent holopad chat from going to lobby
This commit is contained in:
Atermonera
2020-05-10 15:40:09 -07:00
committed by VirgoBot
parent 5ba4dbc2d7
commit fc8f1951f1

View File

@@ -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