save game version check; mission description in briefings; minor fixes and improvements; predefined ground objects (statics) support; strike mission WIP

This commit is contained in:
Vasyl Horbachenko
2018-09-09 01:21:32 +03:00
parent 2179e4af47
commit e0d82da6cb
37 changed files with 588 additions and 220 deletions

View File

@@ -63,5 +63,8 @@ class BaseAttackOperation(Operation):
self.airgen.generate_attackers_escort(self.escort, clients=self.attacker_clients, at=self.attackers_starting_position)
self.visualgen.generate_target_smokes(self.to_cp)
self.briefinggen.title = "Base attack"
self.briefinggen.description = "The goal of an attacker is to lower defender presence by destroying their armor and aircraft. Base will be considered captured if attackers on the ground overrun the defenders. Be advised that your flight will not attack anything until you explicitly tell them so by comms menu."
super(BaseAttackOperation, self).generate()