diff --git a/code/datums/antagonists/brother.dm b/code/datums/antagonists/brother.dm index e4c43ef788..fc690fd2bb 100644 --- a/code/datums/antagonists/brother.dm +++ b/code/datums/antagonists/brother.dm @@ -17,14 +17,15 @@ /datum/antagonist/brother/on_gain() SSticker.mode.brothers += owner - owner.objectives += team.objectives + objectives += team.objectives + owner.objectives += objectives owner.special_role = special_role finalize_brother() return ..() /datum/antagonist/brother/on_removal() SSticker.mode.brothers -= owner - owner.objectives -= team.objectives + owner.objectives -= objectives if(owner.current) to_chat(owner.current,"You are no longer the [special_role]!") owner.special_role = null