Ported the Bay/Nebula emote system.

This commit is contained in:
Atermonera
2021-05-05 12:28:25 -04:00
committed by Aronai Sieyes
parent f65ba71e80
commit 8d4801b827
59 changed files with 1833 additions and 357 deletions
-6
View File
@@ -113,12 +113,6 @@
if(shadow)
shadow.set_dir(new_dir)
// Transfer messages about what we are doing to upstairs
/mob/visible_message(var/message, var/self_message, var/blind_message, var/list/exclude_mobs = null)
. = ..()
if(shadow)
shadow.visible_message(message, self_message, blind_message, exclude_mobs)
/mob/zshadow/set_typing_indicator(var/state)
if(!typing_indicator)
init_typing_indicator("typing")