proper settings for barcap

This commit is contained in:
Vasyl Horbachenko
2018-09-09 20:57:32 +03:00
parent cf7276b528
commit 61a237d1ae
3 changed files with 36 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ class StrikeOperation(Operation):
if self.game.player == self.defender_name:
self.attackers_starting_position = None
conflict = Conflict.capture_conflict(
conflict = Conflict.strike_conflict(
attacker=self.mission.country(self.attacker_name),
defender=self.mission.country(self.defender_name),
from_cp=self.from_cp,