From 973be1b49496c038d967f8c48902921559096f44 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 21 Nov 2017 14:56:41 -0500 Subject: [PATCH] Update traitor_bro.dm --- code/game/gamemodes/brother/traitor_bro.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/game/gamemodes/brother/traitor_bro.dm b/code/game/gamemodes/brother/traitor_bro.dm index 67fd86d63e..116bba64ee 100644 --- a/code/game/gamemodes/brother/traitor_bro.dm +++ b/code/game/gamemodes/brother/traitor_bro.dm @@ -121,6 +121,12 @@ if(!(istype(objective, /datum/objective/crew))) win = FALSE objective_count++ + if(win) + text += "
The blood brothers were successful!" + SSblackbox.record_feedback("tally", "brother_success", 1, "SUCCESS") + else + text += "
The blood brothers have failed!" + SSblackbox.record_feedback("tally", "brother_success", 1, "FAIL") text += "
" to_chat(world, text)