Quadruple the amount of time you are allowed to play interns (#14641)

This commit is contained in:
Emisse
2023-03-13 13:14:12 -06:00
committed by GitHub
parent 3b90a6357a
commit c6307cc388
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Engineering
time: 7200
time: 28800
inverted: true # stop playing intern if you're good at engineering!
startingGear: TechnicalAssistantGear
icon: "TechnicalAssistant"

View File

@@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 7200
time: 28800
inverted: true # stop playing intern if you're good at med!
startingGear: MedicalInternGear
icon: "MedicalIntern"

View File

@@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 7200
time: 28800
inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
icon: "ResearchAssistant"

View File

@@ -6,7 +6,7 @@
requirements:
- !type:DepartmentTimeRequirement
department: Security
time: 7200
time: 28800
inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear
icon: "SecurityCadet"