Skip to content

Commit

Permalink
Merge pull request #5063 from IllianiCBT/education_academyFix
Browse files Browse the repository at this point in the history
Fixed `isMilitary` and `isPrepSchool` flags; Corrected Typo.
  • Loading branch information
HammerGS authored Oct 21, 2024
2 parents f1b78dd + c3ce902 commit 9782410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions MekHQ/data/universe/academies/Prestigious Academies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@
<baseAcademicSkillLevel>0</baseAcademicSkillLevel>
</academy>
<academy>
<name>Allison MekWarrior Institute</name>
<name>Allison MechWarrior Institute</name>
<type>Military Academy</type>
<isMilitary>true</isMilitary>
<description>The Allison MekWarrior Institute stands as a premier training facility for MekWarriors, adjacent to the Lloyd Marik-Stanley Aerospace School. Producing 375 MekWarrior graduates annually, the institute fosters a spirited rivalry with neighboring aerospace cadets, characterized by athletic contests and pranks that occasionally escalate into conflicts. Admission is highly competitive, influenced by political considerations, with a portion of spots reserved for families of Dispossessed Mechwarriors to uphold loyalty.</description>
<description>The Allison MechWarrior Institute stands as a premier training facility for MekWarriors, adjacent to the Lloyd Marik-Stanley Aerospace School. Producing 375 MekWarrior graduates annually, the institute fosters a spirited rivalry with neighboring aerospace cadets, characterized by athletic contests and pranks that occasionally escalate into conflicts. Admission is highly competitive, influenced by political considerations, with a portion of spots reserved for families of Dispossessed Mechwarriors to uphold loyalty.</description>
<locationSystem>New Olympia</locationSystem>
<constructionYear>2465</constructionYear>
<tuition>5250</tuition>
Expand All @@ -456,10 +456,10 @@
<baseAcademicSkillLevel>0</baseAcademicSkillLevel>
</academy>
<academy>
<name>Allison MekWarrior Institute (Officer)</name>
<name>Allison MechWarrior Institute (Officer)</name>
<type>Officer Academy</type>
<isMilitary>true</isMilitary>
<description>The Allison MekWarrior Institute stands as a premier training facility for MekWarriors, adjacent to the Lloyd Marik-Stanley Aerospace School. Producing 375 MekWarrior graduates annually, the institute fosters a spirited rivalry with neighboring aerospace cadets, characterized by athletic contests and pranks that occasionally escalate into conflicts. Admission is highly competitive, influenced by political considerations, with a portion of spots reserved for families of Dispossessed Mechwarriors to uphold loyalty.</description>
<description>The Allison MechWarrior Institute stands as a premier training facility for MekWarriors, adjacent to the Lloyd Marik-Stanley Aerospace School. Producing 375 MekWarrior graduates annually, the institute fosters a spirited rivalry with neighboring aerospace cadets, characterized by athletic contests and pranks that occasionally escalate into conflicts. Admission is highly competitive, influenced by political considerations, with a portion of spots reserved for families of Dispossessed Mechwarriors to uphold loyalty.</description>
<locationSystem>New Olympia</locationSystem>
<constructionYear>2465</constructionYear>
<tuition>13125</tuition>
Expand Down
3 changes: 1 addition & 2 deletions MekHQ/data/universe/academies/Unit Education.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
</academy>
<academy>
<name>Adult Apprenticeship</name>
<isMilitary>true</isMilitary>
<isPrepSchool>true</isPrepSchool>
<isMilitary>false</isMilitary>
<description>An adult apprenticeship is a hands-on training program where older recruits are integrated into a military or mercenary unit. The apprenticeship focuses heavily on learning in the field, with recruits shadowing seasoned veterans.</description>
<isHomeSchool>true</isHomeSchool>
<locationSystem>Terra</locationSystem>
Expand Down

0 comments on commit 9782410

Please sign in to comment.