Port Persian Gulf to yaml.

This commit is contained in:
Dan Albert
2022-09-07 16:07:39 -07:00
committed by Raffson
parent 401a0ae557
commit f3f067830f
6 changed files with 41 additions and 62 deletions

View File

@@ -18,7 +18,6 @@ from game.theater import (
MarianaIslandsTheater,
NevadaTheater,
NormandyTheater,
PersianGulfTheater,
SyriaTheater,
TheChannelTheater,
)
@@ -117,7 +116,6 @@ class Campaign:
def load_theater(self, advanced_iads: bool) -> ConflictTheater:
theaters = {
"Nevada": NevadaTheater,
"Persian Gulf": PersianGulfTheater,
"Normandy": NormandyTheater,
"The Channel": TheChannelTheater,
"Syria": SyriaTheater,