Skip to content

Commit

Permalink
real minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Dec 10, 2023
1 parent 583c890 commit de06b1b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
JOB_SECURITY_OFFICER,
JOB_WARDEN,
)
required_enemies = 3
required_enemies = 5
base_antags = 4
maximum_antags = 4
// I give up, just there should be enough heads with 35 players...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
JOB_HEAD_OF_SECURITY,
) // Just to be sure that a wizard getting picked won't ever imply a Captain or HoS not getting drafted
maximum_antags = 1
enemy_roles = list(
JOB_AI,
JOB_CAPTAIN,
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_WARDEN,
)
required_enemies = 5
weight = 2
min_players = 35
max_occurrences = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
JOB_HEAD_OF_SECURITY,
) // Just to be sure that a wizard getting picked won't ever imply a Captain or HoS not getting drafted
maximum_antags = 1
enemy_roles = list(
JOB_AI,
JOB_CAPTAIN,
JOB_DETECTIVE,
JOB_HEAD_OF_SECURITY,
JOB_SECURITY_OFFICER,
JOB_WARDEN,
)
required_enemies = 5
roundstart = TRUE
earliest_start = 0 SECONDS
weight = 3
Expand Down

0 comments on commit de06b1b

Please sign in to comment.