mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
makes adminflw follow AI eyes
This commit is contained in:
@@ -1622,7 +1622,11 @@
|
||||
if(!isobserver(usr))
|
||||
C.admin_ghost()
|
||||
var/mob/dead/observer/A = C.mob
|
||||
A.ManualFollow(AM)
|
||||
var/mob/living/silicon/ai/I = AM //yogs start - adminfollow now follows AI eyes instead of the core
|
||||
if(istype(I) && I.eyeobj)
|
||||
A.ManualFollow(I.eyeobj)
|
||||
else
|
||||
A.ManualFollow(AM) //yogs stop - adminfollow now follows AI eyes instead of the core
|
||||
|
||||
else if(href_list["admingetmovable"])
|
||||
if(!check_rights(R_ADMIN))
|
||||
|
||||
Reference in New Issue
Block a user