From 0feca054da3e27dd8c9efe49c4973e40e06ec2f9 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 21 Nov 2017 14:58:43 -0500 Subject: [PATCH] cleans up whitespace in traitor_bro.dm --- code/game/gamemodes/brother/traitor_bro.dm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/code/game/gamemodes/brother/traitor_bro.dm b/code/game/gamemodes/brother/traitor_bro.dm index 116bba64ee..c1af1601ce 100644 --- a/code/game/gamemodes/brother/traitor_bro.dm +++ b/code/game/gamemodes/brother/traitor_bro.dm @@ -122,12 +122,11 @@ 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!" + 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)