Migrate Nevada to YAML.

This commit is contained in:
Dan Albert
2022-09-07 16:22:58 -07:00
parent 07960bd65a
commit 0e62e50b1c
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,
NevadaTheater,
NormandyTheater,
TheChannelTheater,
)
@@ -113,7 +112,6 @@ class Campaign:
def load_theater(self, advanced_iads: bool) -> ConflictTheater:
theaters = {
"Nevada": NevadaTheater,
"Normandy": NormandyTheater,
"The Channel": TheChannelTheater,
"Falklands": FalklandsTheater,