From 4bbb592e12e37c53288e40de381c5223a43b11c1 Mon Sep 17 00:00:00 2001 From: Nich Date: Wed, 27 Jun 2018 00:02:35 +0200 Subject: [PATCH 1/2] Fixes IAA AI destroy objectives (#38745) --- code/modules/antagonists/traitor/IAA/internal_affairs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/traitor/IAA/internal_affairs.dm b/code/modules/antagonists/traitor/IAA/internal_affairs.dm index f26658e4af..e17d1a23b4 100644 --- a/code/modules/antagonists/traitor/IAA/internal_affairs.dm +++ b/code/modules/antagonists/traitor/IAA/internal_affairs.dm @@ -207,6 +207,7 @@ destroy_objective.owner = owner destroy_objective.target = target_mind destroy_objective.update_explanation_text() + add_objective(destroy_objective) else var/datum/objective/assassinate/internal/kill_objective = new kill_objective.owner = owner