diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index ed0786eb07..3b95b1281f 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -23,8 +23,7 @@ GLOBAL_LIST_EMPTY(objectives) GLOB.objectives -= src if(owner) for(var/datum/antagonist/A in owner.antag_datums) - if(locate(src) in A.objectives) - A.objectives -= src + A.objectives -= src if(team) team.objectives -= src . = ..()