mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
WIP for possibility to select player and ennemy faction
This commit is contained in:
@@ -88,6 +88,10 @@ class Window:
|
||||
self.build()
|
||||
|
||||
def start_new_game(self, player_name: str, enemy_name: str, terrain: str, sams: bool, midgame: bool, multiplier: float, period:datetime):
|
||||
|
||||
player_country = db.UNIT_BY_COUNTRY[player_name]["country"]
|
||||
enemy_country = db.UNIT_BY_COUNTRY[enemy_name]["country"]
|
||||
|
||||
if terrain == "persiangulf":
|
||||
conflicttheater = persiangulf.PersianGulfTheater()
|
||||
elif terrain == "nevada":
|
||||
|
||||
Reference in New Issue
Block a user