Merge pull request #7873 from Fox-McCloud/theft-fix

Fixes Getting Weird/Undefined Objective
This commit is contained in:
tigercat2000
2017-07-25 13:29:55 -07:00
committed by GitHub
+1 -2
View File
@@ -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.