Added job name to 'debrain' objective

This commit is contained in:
alex-gh
2014-04-08 18:26:07 +02:00
parent cfbfa0e993
commit 7f6fc76f3d
+1 -1
View File
@@ -229,7 +229,7 @@ datum/objective/debrain//I want braaaainssss
find_target()
..()
if(target && target.current)
explanation_text = "Steal the brain of [target.current.real_name]."
explanation_text = "Steal the brain of [target.current.real_name] the [target.assigned_role]."
else
explanation_text = "Free Objective"
return target