diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 9b596da3028..e265cf3bf77 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -5,7 +5,8 @@ var/list/potential_theft_objectives=typesof(/datum/theft_objective) \ - /datum/theft_objective \ - /datum/theft_objective/special \ - /datum/theft_objective/number \ - - /datum/theft_objective/number/special + - /datum/theft_objective/number/special \ + - /datum/theft_objective/number/coins datum/objective var/datum/mind/owner = null //Who owns the objective. @@ -266,7 +267,6 @@ datum/objective/protect//The opposite of killing a dude. explanation_text = "Free Objective" return target - find_target_by_role(role, role_type=0) ..(role, role_type) if(target && target.current)