From 7a2955b96fabc77c65c75030ef2168c9eecf1d53 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 4 Jan 2018 09:53:53 -0200 Subject: [PATCH 1/2] Merge pull request #34060 from AnturK/brotherfix Fixes brothers not assigning properly. --- code/game/gamemodes/brother/traitor_bro.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/brother/traitor_bro.dm b/code/game/gamemodes/brother/traitor_bro.dm index 609f5bb6ab..5052fa0cf5 100644 --- a/code/game/gamemodes/brother/traitor_bro.dm +++ b/code/game/gamemodes/brother/traitor_bro.dm @@ -43,6 +43,7 @@ possible_brothers -= bro antag_candidates -= bro team.add_member(bro) + bro.special_role = "brother" bro.restricted_roles = restricted_jobs log_game("[bro.key] (ckey) has been selected as a Brother") pre_brother_teams += team