hopefully fixing the once-assassin

This commit is contained in:
Putnam
2020-02-03 08:10:45 -08:00
parent 72c1f60af7
commit 88ce25a09b
+1 -5
View File
@@ -181,14 +181,10 @@ GLOBAL_LIST_EMPTY(objectives)
..()
if(target && target.current)
explanation_text = "Kill [target.name], the [!target_role_type ? target.assigned_role : target.special_role]. You only need to kill them once; if they come back, you've still succeeded."
START_PROCESSING(SSprocessing,src)
else
explanation_text = "Free Objective"
/datum/objective/assassinate/once/find_target_by_role(role, role_type=0, invert=0)
. = ..()
if(.)
START_PROCESSING(SSprocessing,src)
/datum/objective/assassinate/once/check_completion()
return won || ..()