Allow players to spend 3x more time as an intern role (Technical Assistant, Medical Intern, Security Cadet) (#11327)

This commit is contained in:
Jukereise
2022-09-16 09:45:20 -05:00
committed by GitHub
parent 7fef4a5742
commit 810e051e99
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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