Merge pull request #35717 from AnturK/robolove

Fixes AI dating
This commit is contained in:
Jordan Brown
2018-02-17 01:47:09 -05:00
committed by CitadelStationBot
parent 1bc3908203
commit cbb11e81e6
2 changed files with 8 additions and 2 deletions
@@ -8,6 +8,8 @@
var/datum/objective/protect/protect_objective = new /datum/objective/protect
protect_objective.owner = owner
protect_objective.target = date
if(!ishuman(date.current))
protect_objective.human_check = FALSE
protect_objective.explanation_text = "Protect [date.name], your date."
objectives += protect_objective
owner.objectives += objectives