mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Merge pull request #7873 from Fox-McCloud/theft-fix
Fixes Getting Weird/Undefined Objective
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user