Expanded ghost following.

Ghosts can now follow the Eye of a speaking mob, if it has one, or the body of someone who has died.
Partial port of https://github.com/ParadiseSS13/Paradise/pull/1151.
This commit is contained in:
PsiOmega
2015-06-09 15:29:11 +02:00
parent 73146a62fe
commit 6f70049a12
3 changed files with 16 additions and 3 deletions

View File

@@ -555,7 +555,7 @@ proc/is_blind(A)
var/lname
if(subject)
if(subject != M)
follow = "(<a href='byond://?src=\ref[M];track=\ref[subject]'>follow</a>) "
follow = "([ghost_follow_link(subject, M)]) "
if(M.stat != DEAD && M.client.holder)
follow = "(<a href='?src=\ref[M.client.holder];adminplayerobservejump=\ref[subject]'>JMP</a>) "
var/mob/dead/observer/DM