mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Re-add following AIs in chat targetting AI eye
This commit is contained in:
@@ -846,6 +846,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
if(href_list["follow"])
|
||||
var/target = locate(href_list["follow"])
|
||||
if(target)
|
||||
if(isAI(target))
|
||||
var/mob/living/silicon/ai/M = target
|
||||
target = M.eyeobj
|
||||
manual_follow(target)
|
||||
|
||||
if (href_list["jump"])
|
||||
|
||||
Reference in New Issue
Block a user