[MIRROR] when you choose a sacrifice as heretic it lists the job other than the name tweak (#3001)

* ssdads (#56441)

qol as you are gonna check the name of the dude anyway with pda while the input window is open and then missclick into the captain, with this you dont have to

* when you choose a sacrifice as heretic it lists the job other than the name tweak

Co-authored-by: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-01 13:24:45 +00:00
committed by GitHub
co-authored by Tlaltecuhtli
parent 36c450906a
commit de3980a65c
@@ -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)