Preliminary support for Afghanistan

This commit is contained in:
Raffson
2024-07-16 00:16:14 +02:00
parent 4b51c23c43
commit 8918d4e64f
3 changed files with 50 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from dcs.terrain import (
Syria,
TheChannel,
Sinai,
Kola,
Kola, Afghanistan,
)
from .conflicttheater import ConflictTheater
@@ -36,6 +36,7 @@ ALL_TERRAINS = [
Syria(),
Sinai(),
Kola(),
Afghanistan(),
]
TERRAINS_BY_NAME = {t.name: t for t in ALL_TERRAINS}