Skip to content

Commit

Permalink
min 10 pop (#22964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquizit authored Jan 20, 2025
1 parent db497a2 commit 1ea3ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/traitor/datum_traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

/datum/antagonist/traitor/proc/forge_single_human_objective() //Returns how many objectives are added
.=1
if(prob(50))
if(prob(50) && GLOB.joined_player_list.len >= 10)
var/list/active_ais = active_ais()
if(active_ais.len && prob(100/GLOB.joined_player_list.len))
var/datum/objective/destroy/destroy_objective = new
Expand Down

0 comments on commit 1ea3ace

Please sign in to comment.