The locate isn't necessary

This commit is contained in:
Putnam
2020-04-16 08:30:55 -07:00
parent 368d801940
commit 87dd2681ca
+1 -2
View File
@@ -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
. = ..()