From 85ec5157fe37745a99a5b73eeaa83533ab6a5a16 Mon Sep 17 00:00:00 2001 From: cib Date: Tue, 18 Dec 2012 17:25:14 +0100 Subject: [PATCH] Forced antags are now logged to admins. This might help tell bugs from simply no one having chosen the role. --- code/game/gamemodes/game_mode.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 0f33bddb993..3c71b0c28c6 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -315,6 +315,8 @@ Whitespace:Seperator; if(applicant) candidates += applicant drafted.Remove(applicant) + log_admin("[applicant.key] drafted into antagonist role against their preferences.") + message_admins("[applicant.key] drafted into antagonist role against their preferences.") else // Not enough scrubs, ABORT ABORT ABORT break