diff --git a/code/modules/antagonists/eldritch_cult/eldritch_knowledge.dm b/code/modules/antagonists/eldritch_cult/eldritch_knowledge.dm index ebeab577bfa..240467ae3bb 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_knowledge.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_knowledge.dm @@ -287,7 +287,7 @@ var/datum/mind/targeted = A.find_target()//easy way, i dont feel like copy pasting that entire block of code if(!targeted) break - targets[targeted.current.real_name] = targeted.current + targets["[targeted.current.real_name] the [targeted.assigned_role]"] = targeted.current LH.target = targets[input(user,"Choose your next target","Target") in targets] qdel(A) if(LH.target)