Migrate Syria to yaml.

This commit is contained in:
Dan Albert
2022-09-07 16:11:38 -07:00
committed by Raffson
parent f3f067830f
commit 06652cd063
5 changed files with 39 additions and 60 deletions

View File

@@ -18,7 +18,6 @@ from game.theater import (
MarianaIslandsTheater,
NevadaTheater,
NormandyTheater,
SyriaTheater,
TheChannelTheater,
)
from game.theater.iadsnetwork.iadsnetwork import IadsNetwork
@@ -118,7 +117,6 @@ class Campaign:
"Nevada": NevadaTheater,
"Normandy": NormandyTheater,
"The Channel": TheChannelTheater,
"Syria": SyriaTheater,
"MarianaIslands": MarianaIslandsTheater,
"Falklands": FalklandsTheater,
}