Ported the Nebula emote system.

This commit is contained in:
MistakeNot4892
2021-03-27 10:24:14 +11:00
parent e9c89c584c
commit 2b48ef76c8
59 changed files with 1818 additions and 1386 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")