Emotes from borers inside hosts will only be shown to their hosts. (#8337)

This commit is contained in:
mikomyazaki
2020-02-23 18:53:03 +00:00
committed by GitHub
parent 17591a9fb2
commit 2fa40870fd
2 changed files with 12 additions and 0 deletions

View 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
..()