Skip to content

Commit

Permalink
Perms
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 24, 2023
1 parent 7999f07 commit 6404805
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Content.Server/Silicons/Borgs/BorgSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,13 @@ public void BorgActivate(EntityUid uid, BorgChassisComponent component)

access.Clear();
access.Add($"Captain");
access.Add($"Maintenance");
access.Add($"External");
access.Add($"Cargo");
access.Add($"Salvage");
access.Add($"Medical");
access.Add($"Service");
access.Add($"Research");
access.Add($"Engineering");

_access.TrySetTags(uid, access);
}
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
supervisors: job-supervisors-everyone
access:
- Maintenance
- External # Frontier

- type: startingGear
id: PassengerGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Service
- Maintenance
- Bar
- External # Frontier
extendedAccess:
- Kitchen
- Hydroponics
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Service
- Maintenance
- Hydroponics
- External # Frontier
extendedAccess:
- Kitchen
- Bar
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Chapel
- Maintenance
- External # Frontier
special:
- !type:AddComponentSpecial
components:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/chef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Service
- Maintenance
- Kitchen
- External # Frontier
extendedAccess:
- Hydroponics
- Bar #Nyano - Summary: After this line, Professional Che is a component to be added. Very important.
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/clown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Theatre
- Maintenance
- External # Frontier
special:
- !type:AddComponentSpecial
components:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Janitor
- Maintenance
- External # Frontier
special:
- !type:GiveItemOnHolidaySpecial
holiday: GarbageDay
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Service
- Brig
- Maintenance
- External # Frontier

- type: startingGear
id: LawyerGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Service
- Maintenance
- External # Frontier

- type: startingGear
id: LibrarianGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/mime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Theatre
- Maintenance
- External # Frontier
special:
- !type:AddComponentSpecial
components:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/musician.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Maintenance # TODO Remove maint access for all gimmick jobs once access work is completed
- Theatre
- External # Frontier
special:
- !type:GiveItemOnHolidaySpecial
holiday: MikuDay
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Maintenance
- Bar
- Kitchen
- External # Frontier
extendedAccess:
- Hydroponics

Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
canBeAntag: false
access:
- Captain # Just making sure in the case of any error that this role cannot be used for any bad doing.
- Maintenance # Frontier
- External # Frontier
# accessGroups:
# - AllAccess
# special:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/chemist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Medical
- Chemistry
- Maintenance
- External # Frontier

- type: startingGear
id: ChemistGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- Maintenance
- Chemistry
- ChiefMedicalOfficer
- External # Frontier
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Medical
- Maintenance
- External # Frontier
extendedAccess:
- Chemistry

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
access:
- Medical
- Maintenance
- External # Frontier

- type: startingGear
id: MedicalInternGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
access:
- Medical
- Maintenance
- External
- External # Frontier
extendedAccess:
- Chemistry

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- Medical
- Maintenance
- Chemistry
- External # Frontier

- type: startingGear
id: SeniorPhysicianGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
access:
- Research
- Maintenance
- External # Frontier

- type: startingGear
id: ResearchAssistantGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Command
- Maintenance
- ResearchDirector
- External # Frontier
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Science/scientist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Research
- Maintenance
- External # Frontier

- type: startingGear
id: ScientistGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
access:
- Research
- Maintenance
- External # Frontier

- type: startingGear
id: SeniorResearcherGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Maintenance
- Service
- Detective
- External # Frontier
- Mercenary # Frontier
- Captain # Frontier
special:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Service
- Maintenance
- External # Frontier

- type: startingGear
id: BoxerGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Medical
- Maintenance
- External # Frontier
extendedAccess:
- Chemistry

Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Service
- Maintenance
- External # Frontier

- type: startingGear
id: ReporterGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Service
- Maintenance
- External # Frontier

- type: startingGear
id: ZookeeperGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Cargo
- Maintenance
- Service
- External # Frontier

- type: startingGear
id: MailCarrierGear
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_Nyano/Roles/Jobs/Civilian/valet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Cargo
- Maintenance
- Janitor
- External # Frontier

- type: startingGear
id: ValetGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
access:
- Service
- Maintenance

- External # Frontier
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
access:
- Service
- Maintenance
- External # Frontier

- type: startingGear
id: MartialGear
Expand Down

0 comments on commit 6404805

Please sign in to comment.