mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Final preparations for Lappi
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user