More preparations for Sinai

This commit is contained in:
Raffson
2023-06-10 02:29:28 +02:00
parent 3b5af93e2d
commit e980e7a5f8
3 changed files with 47 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ from dcs.terrain import (
PersianGulf,
Syria,
TheChannel,
Sinai,
)
from .conflicttheater import ConflictTheater
@@ -32,6 +33,7 @@ ALL_TERRAINS = [
Nevada(),
TheChannel(),
Syria(),
Sinai(),
]
TERRAINS_BY_NAME = {t.name: t for t in ALL_TERRAINS}