Skip to content

Commit

Permalink
TGS Test Merge (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgstation-server committed Feb 8, 2025
2 parents 0844396 + 03b9798 commit add95de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/jobs/job_types/roguetown/courtier/butler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
f_title = "Head Maid"
flag = BUTLER
department_flag = COURTIERS
selection_color = JCOLOR_COURTIER
faction = "Station"
total_positions = 1
spawn_positions = 1
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ GLOBAL_LIST_INIT(noble_positions, list(
))

GLOBAL_LIST_INIT(courtier_positions, list(
"Head Butler", // must always stay at the first position of the list
"Jester",
"Head Butler",
))

GLOBAL_LIST_INIT(garrison_positions, list(
Expand Down

0 comments on commit add95de

Please sign in to comment.