Fixes IAA AI destroy objectives (#38745)

This commit is contained in:
Nich
2018-06-27 00:02:35 +02:00
committed by yogstation13-bot
parent 90a6cabd30
commit b8e5eb9f21

View File

@@ -207,6 +207,7 @@
destroy_objective.owner = owner destroy_objective.owner = owner
destroy_objective.target = target_mind destroy_objective.target = target_mind
destroy_objective.update_explanation_text() destroy_objective.update_explanation_text()
add_objective(destroy_objective)
else else
var/datum/objective/assassinate/internal/kill_objective = new var/datum/objective/assassinate/internal/kill_objective = new
kill_objective.owner = owner kill_objective.owner = owner