From 37200145f2b6cd8f963d5bd65dbb6cf4e3d59634 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:41:43 -0500 Subject: [PATCH] fucking hell (#20432) --- code/game/gamemodes/trifecta/trifecta.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/trifecta/trifecta.dm b/code/game/gamemodes/trifecta/trifecta.dm index e87e0514638..804719bd1fd 100644 --- a/code/game/gamemodes/trifecta/trifecta.dm +++ b/code/game/gamemodes/trifecta/trifecta.dm @@ -67,7 +67,7 @@ return FALSE for(var/datum/mind/traitor as anything in shuffle(possible_traitors)) - if(length(possible_traitors) >= amount_tot) + if(length(pre_traitors) >= amount_tot) break if(traitor.special_role == SPECIAL_ROLE_VAMPIRE || traitor.special_role == SPECIAL_ROLE_CHANGELING) // no traitor vampires or changelings continue