mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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:
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)
|
||||
|
||||
Reference in New Issue
Block a user