diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index c04bddfee47..5bfeea1e7a2 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -1,7 +1,6 @@ var/global/list/all_objectives = list() -var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \ - - /datum/theft_objective/steal +var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) - /datum/theft_objective/steal - /datum/theft_objective/number /datum/objective var/datum/mind/owner = null //Who owns the objective.