naval interceptions fixed; unit placement fixes

This commit is contained in:
Vasyl Horbachenko
2018-06-19 03:11:01 +03:00
parent e2dbaa100f
commit 78ab7cadd4
24 changed files with 342 additions and 177 deletions

View File

@@ -30,7 +30,8 @@ class InterceptOperation(Operation):
attacker=self.mission.country(self.attacker_name),
defender=self.mission.country(self.defender_name),
from_cp=self.from_cp,
to_cp=self.to_cp
to_cp=self.to_cp,
theater=self.game.theater
)
self.initialize(mission=self.mission,