Support for the AH-64D radios

- Support for the AH-64D radios
- Mention missing Radio preset support for AH-64D
This commit is contained in:
RndName
2022-03-23 17:16:24 +01:00
committed by GitHub
parent 4014a4e250
commit 437fdd6d12
4 changed files with 37 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ from game.data.units import UnitClass
from game.dcs.unitproperty import UnitProperty
from game.dcs.unittype import UnitType
from game.radio.channels import (
ApacheChannelNamer,
ChannelNamer,
CommonRadioChannelAllocator,
FarmerRadioChannelAllocator,
@@ -100,6 +101,7 @@ class RadioConfig:
"tomcat": TomcatChannelNamer,
"viggen": ViggenChannelNamer,
"viper": ViperChannelNamer,
"apache": ApacheChannelNamer,
}[config.get("namer", "default")]