mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user