OoliteProject / oolite

The main Oolite repository.
https://www.oolite.space
543 stars 70 forks source link

Allows for consistent naming of fields in the equipment-overrides.pli… #467

Closed phkb closed 7 months ago

phkb commented 7 months ago

…st file When I added the original code, for some reason I just plain forgot that the "name" and "description" fields were already being used in the EquipmentInfo object, and would have made much more sense to reuse. This PR allows for those properties to be used in place of "short_description" and "long_description". I haven't removed the previous property names, so no OXP will break.