From 0338812d8ce23916cb3d69a798422c7f2e60c6fd Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 24 Oct 2020 02:06:24 +0200 Subject: [PATCH] [MIRROR] Incredibly minor grammar fix. (#1446) * Incredibly minor grammar fix of a trailling ] on the Traitor Panel for blood brothers (#54539) * Incredibly minor grammar fix. Co-authored-by: Timberpoes --- code/modules/antagonists/brother/brother.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/brother/brother.dm b/code/modules/antagonists/brother/brother.dm index ff78dc9e094..3ade9a1a55e 100644 --- a/code/modules/antagonists/brother/brother.dm +++ b/code/modules/antagonists/brother/brother.dm @@ -42,7 +42,7 @@ remove_antag_hud(antag_hud_type, M) /datum/antagonist/brother/antag_panel_data() - return "Conspirators : [get_brother_names()]]" + return "Conspirators : [get_brother_names()]" /datum/antagonist/brother/proc/get_brother_names() var/list/brothers = team.members - owner