Support for Iraq

This commit is contained in:
Raffson
2024-12-27 22:58:01 +01:00
parent a173fa7e5b
commit 9c50c062e9
21 changed files with 353 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ from dcs.terrain import (
Sinai,
Kola,
Afghanistan,
Iraq,
)
from .conflicttheater import ConflictTheater
@@ -38,6 +39,7 @@ ALL_TERRAINS = [
Sinai(),
Kola(),
Afghanistan(),
Iraq(),
]
TERRAINS_BY_NAME = {t.name: t for t in ALL_TERRAINS}