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

This commit is contained in:
mikomyazaki
2020-02-23 19:53:03 +01:00
committed by GitHub
parent 17591a9fb2
commit 2fa40870fd
2 changed files with 12 additions and 0 deletions
@@ -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
..()
+6
View File
@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "Emotes from Borers inside a host will only be shown to their host."