Migrate Normandy to YAML.

This commit is contained in:
Dan Albert
2022-09-07 16:33:11 -07:00
committed by Raffson
parent ede1a8c567
commit 1c66f18e3f
5 changed files with 39 additions and 60 deletions

View File

@@ -15,7 +15,6 @@ from game.profiling import logged_duration
from game.theater import (
ConflictTheater,
FalklandsTheater,
NormandyTheater,
TheChannelTheater,
)
from game.theater.iadsnetwork.iadsnetwork import IadsNetwork
@@ -112,7 +111,6 @@ class Campaign:
def load_theater(self, advanced_iads: bool) -> ConflictTheater:
theaters = {
"Normandy": NormandyTheater,
"The Channel": TheChannelTheater,
"Falklands": FalklandsTheater,
}