mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Emotes from borers inside hosts will only be shown to their hosts. (#8337)
This commit is contained in:
@@ -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
|
||||
..()
|
||||
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Emotes from Borers inside a host will only be shown to their host."
|
||||
Reference in New Issue
Block a user