Skip to content

Commit

Permalink
Remove all command age requirements (#32340)
Browse files Browse the repository at this point in the history
From what I can tell this was merged with this on accident.

Maintainers see the maint review thread on this.

The original pr also claimed this was as an example.

In my opinion wizden should not have an age requirement for command.
  • Loading branch information
VasilisThePikachu committed Sep 24, 2024
1 parent 1450d76 commit f1bd0be
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
time: 36000 #10 hours
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
weight: 10
startingGear: QuartermasterGear
icon: "JobIconQuarterMaster"
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
- !type:DepartmentTimeRequirement
department: Command
time: 54000 # 15 hours
- !type:AgeRequirement
requiredAge: 21
weight: 20
startingGear: CaptainGear
icon: "JobIconCaptain"
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
- !type:DepartmentTimeRequirement
department: Command
time: 36000 # 10 hours
- !type:AgeRequirement
requiredAge: 21
weight: 20
startingGear: HoPGear
icon: "JobIconHeadOfPersonnel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
weight: 10
startingGear: ChiefEngineerGear
icon: "JobIconChiefEngineer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
weight: 10
startingGear: CMOGear
icon: "JobIconChiefMedicalOfficer"
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Science/research_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
time: 36000 #10 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
weight: 10
startingGear: ResearchDirectorGear
icon: "JobIconResearchDirector"
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
time: 108000 # 30 hrs
- !type:OverallPlaytimeRequirement
time: 144000 #40 hrs
- !type:AgeRequirement
requiredAge: 21
weight: 10
startingGear: HoSGear
icon: "JobIconHeadOfSecurity"
Expand Down

0 comments on commit f1bd0be

Please sign in to comment.