Skip to content

Commit

Permalink
Makes King and Consort latejoineable #1296
Browse files Browse the repository at this point in the history
- Late joining King and Consort
  • Loading branch information
ThePainkiller authored Feb 9, 2025
2 parents 71fc86c + e3e0927 commit 3c17410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/consort.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flag = CONSORT
department_flag = NOBLEMEN
faction = "Station"
total_positions = 0
total_positions = 1
spawn_positions = 1

allowed_races = list(
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/nobility/lord.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flag = LORD
department_flag = NOBLEMEN
faction = "Station"
total_positions = 0
total_positions = 1
spawn_positions = 1

f_title = "Queen"
Expand Down

0 comments on commit 3c17410

Please sign in to comment.