Removed the steal coin objective: We have no mint and no money bags

This commit is contained in:
alex-gh
2014-03-24 00:44:35 +01:00
parent fd65367f41
commit 1482e1cd91
+2 -2
View File
@@ -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)