diff --git a/hyperstation/code/mobs/mimic.dm b/hyperstation/code/mobs/mimic.dm index 2edf6f26..082d7d5e 100644 --- a/hyperstation/code/mobs/mimic.dm +++ b/hyperstation/code/mobs/mimic.dm @@ -189,7 +189,7 @@ /mob/living/simple_animal/hostile/hs13mimic/proc/triggerOthers(passtarget) // for(var/mob/living/simple_animal/hostile/hs13mimic/C in oview(5, src.loc)) if(passtarget && C.target == null && !(isdead(target))) - C.target = target + C.target = passtarget C.trigger() /mob/living/simple_animal/hostile/hs13mimic/proc/trytftorandomobject()