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

Added Display for Original Unit to Person View Panel #4908

Closed IllianiCBT closed 4 days ago

IllianiCBT commented 4 days ago

Enhanced PersonViewPanel to display the original unit of a person if applicable. If the original unit is no longer available, the original unit's weight and tech level are displayed instead.

Original unit available: image

Original unit no longer available: image

Closes #4807