Add support for flyable OH-58D

Co-Authored-By: Starfire13 <72491792+Starfire13@users.noreply.github.com>
Co-Authored-By: zhexu14 <64713351+zhexu14@users.noreply.github.com>
This commit is contained in:
Raffson
2024-06-08 17:55:19 +02:00
parent 7f74203013
commit ec4f19e930
36 changed files with 530 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ from game.radio.channels import (
ViperChannelNamer,
WarthogChannelNamer,
PhantomChannelNamer,
KiowaChannelNamer,
)
from game.utils import (
Distance,
@@ -116,6 +117,7 @@ class RadioConfig:
"a10c-legacy": LegacyWarthogChannelNamer,
"a10c-ii": WarthogChannelNamer,
"phantom": PhantomChannelNamer,
"kiowa": KiowaChannelNamer,
}[config.get("namer", "default")]