Final preparations for Lappi

This commit is contained in:
Raffson
2024-05-18 20:02:47 +02:00
parent 2b7113ec2a
commit 0f612ac9d9
3 changed files with 3 additions and 1 deletions

View File

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