Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job Fixes #650

Merged
merged 9 commits into from
Nov 1, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: BrotherhoodMidwest
min: 3600 # 1 hour
min: 18000 # 5 hours
startingGear: BoSMidKnightGear
alwaysUseSpawner: true
icon: "JobIconPassenger"
Expand All @@ -21,8 +21,6 @@
factions:
- BrotherhoodMidwest
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: Ghoul
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: BrotherhoodMidwest
min: 36000 # 10 hours
min: 72000 # 20 hours
startingGear: BoSMidPaladinCommanderGear
alwaysUseSpawner: true
icon: "JobIconPassenger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: BrotherhoodMidwest
min: 18000 # 5 hours
min: 54000 # 15 hours
startingGear: BoSMidPaladinGear
alwaysUseSpawner: true
icon: "JobIconPassenger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: BrotherhoodMidwest
min: 3600 # 1 hour
min: 18000 # 5 hours
startingGear: BoSMidScribeGear
alwaysUseSpawner: true
icon: "JobIconPassenger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- type: NpcFactionMember
factions:
- BrotherhoodMidwest
jobBlockForSpecies:
- !type:JobBlockForSpecie
nameSpecie: GhoulGlowing

- type: startingGear
id: BoSMidSquireGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Nuclear14/Roles/Jobs/NCR/ncr_lt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
icon: "JobIconHeadOfSecurity"
requireAdminNotify: true
canBeAntag: false
alwaysUseSpawner: true
accessGroups:
- NCR
special:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
icon: "JobIconPassenger"
supervisors: job-supervisors-ncr-nco
canBeAntag: false
alwaysUseSpawner: true
access:
- NCR
- NCRMedic
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Nuclear14/Roles/Jobs/NCR/ncr_sgt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-ncr
canBeAntag: false
alwaysUseSpawner: true
access:
- NCR
- NCRSGT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
icon: "JobIconWarden"
supervisors: job-supervisors-ncr-nco
canBeAntag: false
alwaysUseSpawner: true
access:
- NCR
special:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Nuclear14/Roles/Jobs/NCR/ncr_ws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
icon: "JobIconWarden"
supervisors: job-supervisors-ncr-nco
canBeAntag: false
alwaysUseSpawner: true
access:
- NCR
special:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: NCR
min: 36000 # 10 hours as NCR
min: 7200 # 20 hours as NCR
- !type:CharacterWhitelistRequirement
startingGear: NCRRangerGear
icon: JobIconSecurityOfficer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
requirements:
- !type:CharacterDepartmentTimeRequirement
department: Townsfolk
min: 3600 # 1 hours
min: 18000 # 5 hours
startingGear: TownDeputyGear
icon: "JobIconPassenger"
supervisors: job-supervisors-townsfolk
Expand Down
Loading