Allows ghost mentors to orbit around the target instead of changing their view to the mob's.

This commit is contained in:
Ghommie
2019-12-13 10:45:31 +01:00
parent f637e1e060
commit 8a7c559746
3 changed files with 21 additions and 13 deletions
@@ -19,7 +19,7 @@
log_mentor("MENTORHELP: [key_name_mentor(src, 0, 0, 0, 0)]: [msg]")
for(var/client/X in GLOB.mentors | GLOB.admins)
X << 'sound/items/bikehorn.ogg'
SEND_SOUND(X, 'sound/items/bikehorn.ogg')
to_chat(X, mentor_msg)
to_chat(src, "<span class='mentornotice'><font color='purple'>PM to-<b>Mentors</b>: [msg]</font></span>")