From 8dae575e37928ba0ad2dfd1752f817a6aa6d782c Mon Sep 17 00:00:00 2001 From: AnturK Date: Sat, 20 Jan 2018 15:10:20 +0100 Subject: [PATCH] This makes more sense. --- code/datums/antagonists/brother.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..()