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)