Skip to content

Commit

Permalink
fixes job display
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Mar 20, 2024
1 parent 8262650 commit 89f173c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/new_player/preferences_setup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@

if(job_preference_list[job] < highest_priority)
highest_priority_job = job
highest_priority = job_preference_list[job]

switch(highest_priority_job)
if(JOB_SQUAD_MARINE)
Expand Down

0 comments on commit 89f173c

Please sign in to comment.