Generate AA & armor to defend airbase. Destruction status correctly tracked.

This commit is contained in:
Khopa
2019-10-14 01:25:48 +02:00
parent bd66dcb39e
commit 09b8ff6b93
55 changed files with 289 additions and 117 deletions

View File

@@ -6,9 +6,9 @@ from dcs.point import PointAction
from dcs.unit import Vehicle
class AntiAirGroupGenerator():
class GroupGenerator():
def __init__(self, game, ground_object, group_object_group_id):
def __init__(self, game, ground_object):
self.game = game
self.go = ground_object
self.position = ground_object.position