mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
moved ground interceptions to the frontline; added ka-50; added close to the CP ground attack operations; added missing loadouts
This commit is contained in:
@@ -19,7 +19,7 @@ class GroundInterceptEvent(Event):
|
||||
targets = None # type: db.ArmorDict
|
||||
|
||||
def __str__(self):
|
||||
return "Ground intercept from {} at {}".format(self.from_cp, self.to_cp)
|
||||
return "Fontline CAS from {} at {}".format(self.from_cp, self.to_cp)
|
||||
|
||||
def is_successfull(self, debriefing: Debriefing):
|
||||
total_targets = sum(self.targets.values())
|
||||
|
||||
Reference in New Issue
Block a user