[MIRROR] Ported the Bay/Nebula emote system.

This commit is contained in:
Chompstation Bot
2021-05-05 18:45:31 +00:00
parent f516265384
commit 55cb88b4a9
64 changed files with 3280 additions and 429 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")