fucking hell (#20432)

This commit is contained in:
Qwertytoforty
2023-02-15 18:41:43 -05:00
committed by GitHub
parent 3912565ef1
commit 37200145f2
+1 -1
View File
@@ -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