Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 1ea3ace

Browse files
authored
min 10 pop (#22964)
1 parent db497a2 commit 1ea3ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/antagonists/traitor/datum_traitor.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202

203203
/datum/antagonist/traitor/proc/forge_single_human_objective() //Returns how many objectives are added
204204
.=1
205-
if(prob(50))
205+
if(prob(50) && GLOB.joined_player_list.len >= 10)
206206
var/list/active_ais = active_ais()
207207
if(active_ais.len && prob(100/GLOB.joined_player_list.len))
208208
var/datum/objective/destroy/destroy_objective = new

0 commit comments

Comments
 (0)