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