From a87c3f3a9e39ae2e6920bd7d125d832b35a4b36f Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Mon, 11 Nov 2019 20:19:33 -0500 Subject: [PATCH] Obsessed people may no longer have the objective to have a picture with the target --- code/modules/antagonists/creep/creep.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/antagonists/creep/creep.dm b/code/modules/antagonists/creep/creep.dm index b1ec9db398ec..76cfefd48837 100644 --- a/code/modules/antagonists/creep/creep.dm +++ b/code/modules/antagonists/creep/creep.dm @@ -70,10 +70,14 @@ spendtime.target = obsessionmind objectives += spendtime if("polaroid") + /* + * This is currently commented out like this so that there still is a chance for a third objective if applicable + * but this won't add the objective if it tries to select the picture one var/datum/objective/polaroid/polaroid = new polaroid.owner = owner polaroid.target = obsessionmind objectives += polaroid + */ if("hug") var/datum/objective/hug/hug = new hug.owner = owner