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

Loosened Skill Requirements for `Vehicle Crewmember` Role #4910

Closed IllianiCBT closed 4 days ago

IllianiCBT commented 4 days ago

Split the skill check logic for Vehicle Crew and Mechanic into separate cases. Updated Vehicle Crew to require any technical or medical skill. This allows users to decide for themselves the best skills suited for individual units.

Closes #4839 && #4488