Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/roguetown/courtier/councillor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
flag = COUNCILLOR
department_flag = NOBLEMEN
faction = "Station"
total_positions = 2
spawn_positions = 2
total_positions = 0
spawn_positions = 0
allowed_ages = list(AGE_ADULT, AGE_MIDDLEAGED)
allowed_races = list(
"Humen",
Expand Down
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/roguetown/garrison/bogguard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
flag = BOGGUARD
department_flag = GARRISON
faction = "Station"
total_positions = 10
spawn_positions = 10
total_positions = 0
spawn_positions = 0
selection_color = JCOLOR_SOLDIER
allowed_sexes = list(MALE, FEMALE)
allowed_races = list(
Expand Down
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/roguetown/garrison/bogmaster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
flag = BOGMASTER
department_flag = GARRISON
faction = "Station"
total_positions = 1
spawn_positions = 1
total_positions = 0
spawn_positions = 0
allowed_patrons = ALL_DIVINE_PATRONS
allowed_sexes = list(MALE, FEMALE)
allowed_races = list(
Expand Down