From dae93856f5224038447508eeea924a5a7da52e8f Mon Sep 17 00:00:00 2001 From: pubby Date: Wed, 20 Sep 2017 03:47:31 -0500 Subject: [PATCH] Traitorbro fixes --- code/game/gamemodes/brother/traitor_bro.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/brother/traitor_bro.dm b/code/game/gamemodes/brother/traitor_bro.dm index ccb6b774b3..4e8a0dc6b6 100644 --- a/code/game/gamemodes/brother/traitor_bro.dm +++ b/code/game/gamemodes/brother/traitor_bro.dm @@ -80,7 +80,7 @@ antag_candidates -= bro team.members += bro bro.restricted_roles = restricted_jobs - log_game("[key_name(bro)] has been selected as a Brother") + log_game("[bro.key] (ckey) has been selected as a Brother") pre_brother_teams += team return ..() @@ -95,6 +95,9 @@ brother_teams += pre_brother_teams return ..() +/datum/game_mode/traitor/bros/generate_report() + return "It's Syndicate recruiting season. Be alert for potential Syndicate infiltrators, but also watch out for disgruntled employees trying to defect. Unlike Nanotrasen, the Syndicate prides itself in teamwork and will only recruit pairs that share a brotherly trust." + /datum/game_mode/proc/auto_declare_completion_brother() if(!LAZYLEN(brother_teams)) return