Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions code/modules/antagonists/creep/creep.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down