Skip to content

Commit

Permalink
Update role_authority.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed May 18, 2024
1 parent d33950f commit 347598d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/jobs/role_authority.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ I hope it's easier to tell what the heck this proc is even doing, unlike previou
var/list/roles_left = list()
var/assigned = 0
for(var/priority in HIGH_PRIORITY to LOW_PRIORITY)
// Assigning xenos first, should not be counted
assign_initial_roles(priority, roles_for_mode & GLOB.ROLES_XENO, unassigned_players)
// Assigning xenos first
assigned += assign_initial_roles(priority, roles_for_mode & GLOB.ROLES_XENO, unassigned_players)
// Assigning special roles second. (survivor, predator)
assigned += assign_initial_roles(priority, roles_for_mode & (GLOB.ROLES_WHITELISTED|GLOB.ROLES_SPECIAL), unassigned_players)
// Assigning command third.
Expand Down

0 comments on commit 347598d

Please sign in to comment.