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