Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorstar-orion committed Feb 24, 2025
1 parent ae63968 commit a2efc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/job_selection/job_selector.dm
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RESTRICT_TYPE(/datum/job_selector)
if(!candidates.len)
continue
var/datum/job_candidate/candidate = pick(candidates)
assign_role(candidate, command_position)
assign_role(candidate, job)

/datum/job_selector/proc/fill_ai_position()
if(!GLOB.configuration.jobs.allow_ai)
Expand Down

0 comments on commit a2efc65

Please # to comment.