mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Fixes a bunch of things related to mindslaves (#12491)
This commit is contained in:
committed by
variableundefined
parent
b976302215
commit
0e3a484c42
+2
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user