MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
131 stars 168 forks source link

Reworked AtB Bonus Rolls, Fixed Bug in Bulk Hire #4931

Open IllianiCBT opened 2 days ago

IllianiCBT commented 2 days ago

Requires #4928

Removed random civilian, apc, and free recruit rolls from AtB Bonus table. Replaced with free Veteran MekWarrior (Ronin), free tank, free aerospace fighter, and free mek.

Fixed a bug in bulk hire that caused SPAs to not be generated if fixed age wasn't enabled.

codecov-commenter commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 10.44%. Comparing base (90ea1b7) to head (ea356d4). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4931 +/- ## ========================================= Coverage 10.44% 10.44% - Complexity 5998 6007 +9 ========================================= Files 951 951 Lines 132874 132922 +48 Branches 19329 19343 +14 ========================================= + Hits 13873 13885 +12 - Misses 117653 117691 +38 + Partials 1348 1346 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.