Ignore:
Timestamp:
03/02/13 08:51:33 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added derate support for BAe 146-200 (re #182)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r443 r445  
    10371037                                 33 : 150 }
    10381038
     1039    @property
     1040    def derateLabels(self):
     1041        """Get the derate strings for this type."""
     1042        return (xstr("takeoff_derate_b462"), None)
     1043
     1044    @property
     1045    def derateTemplate(self):
     1046        """Get the derate template for this aicraft type."""
     1047        return "Derate enabled: %s"
     1048
    10391049#---------------------------------------------------------------------------------------
    10401050
Note: See TracChangeset for help on using the changeset viewer.