From 7b512f9668ebfcf9ec5f7579709c9c73cf86506f Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Fri, 12 Apr 2024 05:10:03 +0200 Subject: [PATCH] Clarifies the log --- code/game/gamemodes/traitor/traitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index edfa8cb2a85..f16cb4d3e25 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -107,7 +107,7 @@ if(!length(potential_recruits)) return ..() - log_admin("Attempting to add [length(potential_recruits)] traitors to the round.") + log_admin("Attempting to add [traitors_to_add] traitors to the round. There are [length(potential_recruits)] potential recruits.") for(var/i in 1 to traitors_to_add) var/datum/mind/traitor = pick_n_take(potential_recruits)