From 7f6fc76f3deb1e849f6403cc9827f7d1de46d9b0 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Tue, 8 Apr 2014 18:26:07 +0200 Subject: [PATCH] Added job name to 'debrain' objective --- code/game/gamemodes/objective.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 6409063e5f7..985eec7dcf2 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -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