Skip to content

Commit

Permalink
Breadcrumb for later devs if they wish to move the non-VTL availabili…
Browse files Browse the repository at this point in the history
…ty date
  • Loading branch information
Sleet01 committed Jan 19, 2025
1 parent b5a22c5 commit a493832
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ private void setupRowFilter() {
public boolean include(Entry<? extends EquipmentTableModel, ? extends Integer> entry) {
EquipmentTableModel equipModel = entry.getModel();
EquipmentType etype = equipModel.getType(entry.getIdentifier());
// Note: append `&& eSource.getTechManager().getGameYear() >= etype.getProductionDate()`
// or `etype.getCommonDate()` in case we wish to change the availability start year from
// the prototype/introduction date to something later.
return shouldShow(etype);
}
};
Expand Down

0 comments on commit a493832

Please sign in to comment.