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 347598d commit 01a8969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/role_authority.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ 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
// 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)
Expand Down

0 comments on commit 01a8969

Please sign in to comment.