Migrate Marianas to YAML.

This commit is contained in:
Dan Albert
2022-09-07 16:18:19 -07:00
committed by Raffson
parent 06652cd063
commit f08955ae53
5 changed files with 40 additions and 63 deletions

View File

@@ -15,7 +15,6 @@ from game.profiling import logged_duration
from game.theater import (
ConflictTheater,
FalklandsTheater,
MarianaIslandsTheater,
NevadaTheater,
NormandyTheater,
TheChannelTheater,
@@ -117,7 +116,6 @@ class Campaign:
"Nevada": NevadaTheater,
"Normandy": NormandyTheater,
"The Channel": TheChannelTheater,
"MarianaIslands": MarianaIslandsTheater,
"Falklands": FalklandsTheater,
}
try: