Lock non-newbies out of intern roles. (#10598)

* Lock non-newbies out of intern roles.

* Remove from service worker as it doesn't gate anything.
This commit is contained in:
Moony
2022-08-14 16:14:46 -05:00
committed by GitHub
parent 31b93dfd72
commit 37c64b69a5
5 changed files with 83 additions and 18 deletions

View File

@@ -2,6 +2,11 @@
id: TechnicalAssistant
name: job-name-assistant
playTimeTracker: JobTechnicalAssistant
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 1800
inverted: true # stop playing intern if you're good at engineering!
startingGear: TechnicalAssistantGear
icon: "TechnicalAssistant"
supervisors: job-supervisors-engineering

View File

@@ -2,6 +2,11 @@
id: MedicalIntern
name: job-name-intern
playTimeTracker: JobMedicalIntern
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 1800
inverted: true # stop playing intern if you're good at med!
startingGear: MedicalInternGear
icon: "MedicalIntern"
supervisors: job-supervisors-medicine

View File

@@ -2,6 +2,11 @@
id: SecurityCadet
name: job-name-cadet
playTimeTracker: JobSecurityCadet
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 1800
inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear
icon: "SecurityCadet"
supervisors: job-supervisors-security