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