mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
better follow handling for admins (#25996)
This commit is contained in:
@@ -3597,7 +3597,12 @@
|
||||
if(!target) return
|
||||
// The way admin jump links handle their src is weirdly inconsistent...
|
||||
|
||||
. = ADMIN_FLW(target,"FLW")
|
||||
if(isclient(target))
|
||||
var/client/C = target
|
||||
if(C.mob)
|
||||
target = C.mob
|
||||
|
||||
. = ADMIN_FLW(target, "FLW")
|
||||
if(isAI(target)) // AI core/eye follow links
|
||||
var/mob/living/silicon/ai/A = target
|
||||
if(A.client && A.eyeobj) // No point following clientless AI eyes
|
||||
|
||||
Reference in New Issue
Block a user