mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Emotes from borers inside hosts will only be shown to their hosts. (#8337)
This commit is contained in:
6
code/modules/mob/living/simple_animal/borer/emote.dm
Normal file
6
code/modules/mob/living/simple_animal/borer/emote.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
/mob/living/simple_animal/borer/send_emote(var/message, var/type)
|
||||
if(host)
|
||||
if(host.stat == CONSCIOUS)
|
||||
host.show_message(message, type)
|
||||
else
|
||||
..()
|
||||
Reference in New Issue
Block a user