Skip to content

Commit

Permalink
count only assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 13, 2024
1 parent 86d5191 commit 5075ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/controllers/subsystem/dynamic/dynamic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,10 @@ SUBSYSTEM_DEF(dynamic)
else
roundstart_pop_ready++
candidates.Add(player)
// BANDASTATION EDIT START - Force players to play Sec
if(player.mind.assigned_role?.departments_list.Find(/datum/job_department/security))
security++
// BANDASTATION EDIT END
// BANDASTATION EDIT START - Force players to play Sec
if(player.mind.assigned_role?.departments_list.Find(/datum/job_department/security))
security++
// BANDASTATION EDIT END
SSjob.ResetOccupations()
log_dynamic("Listing [roundstart_rules.len] round start rulesets, and [candidates.len] players ready.")
if (candidates.len <= 0)
Expand Down

0 comments on commit 5075ed1

Please sign in to comment.