Fixes a bunch of things related to mindslaves (#12491)

This commit is contained in:
SteelSlayer
2019-10-03 14:08:54 -04:00
committed by variableundefined
parent b976302215
commit 0e3a484c42
6 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -1985,9 +1985,9 @@
kill_objective.target = H.mind
kill_objective.owner = newtraitormind
kill_objective.explanation_text = "Assassinate [H.mind], the [H.mind.assigned_role]"
H.mind.objectives += kill_objective
var/datum/antagonist/traitor/T = new()
T.give_objectives = FALSE
T.add_objective(kill_objective)
to_chat(newtraitormind, "<span class='danger'>ATTENTION:</span> It is time to pay your debt to the Syndicate...")
to_chat(newtraitormind, "<B>Goal: <span class='danger'>KILL [H.real_name]</span>, currently in [get_area(H.loc)]</B>")
newtraitormind.add_antag_datum(T)