Adds (Follow) link to emotes for ghosts

This commit is contained in:
atermonera
2020-12-21 23:05:17 -09:00
parent d695723e1b
commit 3852e0fecf
+2
View File
@@ -37,6 +37,8 @@
var/mob/M = mob
spawn(0) // It's possible that it could be deleted in the meantime, or that it runtimes.
if(M)
if(isobserver(M))
message = "<span class='emote'><B>[src]</B> ([ghost_follow_link(src, M)]) [input]</span>"
M.show_message(message, m_type)
for(var/obj in o_viewers)