diff --git a/code/datums/antagonists/brother.dm b/code/datums/antagonists/brother.dm index 64234d7b58e..fc690fd2bb2 100644 --- a/code/datums/antagonists/brother.dm +++ b/code/datums/antagonists/brother.dm @@ -18,7 +18,7 @@ /datum/antagonist/brother/on_gain() SSticker.mode.brothers += owner objectives += team.objectives - owner.objectives += team.objectives + owner.objectives += objectives owner.special_role = special_role finalize_brother() return ..()