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