Add a Falklands theater.

Not at all done yet, but loads.

https://github.com/dcs-liberation/dcs_liberation/issues/2242
This commit is contained in:
Dan Albert
2022-09-06 13:37:56 -07:00
committed by Raffson
parent cbfeebd28c
commit c4fe3a31a7
3 changed files with 32 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ from game.profiling import logged_duration
from game.theater import (
CaucasusTheater,
ConflictTheater,
FalklandsTheater,
MarianaIslandsTheater,
NevadaTheater,
NormandyTheater,
@@ -122,6 +123,7 @@ class Campaign:
"The Channel": TheChannelTheater,
"Syria": SyriaTheater,
"MarianaIslands": MarianaIslandsTheater,
"Falklands": FalklandsTheater,
}
theater = theaters[self.data["theater"]]
t = theater()