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
+2 -3
View File
@@ -1666,9 +1666,8 @@
zealot_objective.target = missionary.mind
zealot_objective.owner = src
zealot_objective.explanation_text = "Obey every order from and protect [missionary.real_name], the [missionary.mind.assigned_role == missionary.mind.special_role ? (missionary.mind.special_role) : (missionary.mind.assigned_role)]."
var/datum/antagonist/mindslave/S = new()
S.add_objective(zealot_objective)
add_antag_datum(S)
objectives += zealot_objective
add_antag_datum(/datum/antagonist/mindslave)
var/datum/antagonist/traitor/T = missionary.mind.has_antag_datum(/datum/antagonist)
T.update_traitor_icons_added(missionary.mind)