POLARIS: Improve robot and typing overlays

This commit is contained in:
Arokha Sieyes
2018-03-17 19:49:03 -04:00
committed by Neerti
parent ebeb513b31
commit f75ea72480
7 changed files with 32 additions and 61 deletions

View File

@@ -117,13 +117,6 @@
if(shadow)
shadow.visible_message(message, self_message, blind_message)
// We should show the typing indicator so people above us can tell we're about to talk.
/mob/set_typing_indicator(var/state)
var/old_typing = src.typing
. = ..()
if(shadow && old_typing != src.typing)
shadow.set_typing_indicator(state) // Okay the real proc changed something! That means we should handle things too
/mob/zshadow/set_typing_indicator(var/state)
if(!typing_indicator)
typing_indicator = new