mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Generate AA & armor to defend airbase. Destruction status correctly tracked.
This commit is contained in:
@@ -2,10 +2,10 @@ import random
|
||||
|
||||
from dcs.vehicles import AirDefence
|
||||
|
||||
from gen.sam.group_generator import AntiAirGroupGenerator
|
||||
from gen.sam.group_generator import GroupGenerator
|
||||
|
||||
|
||||
class HawkGenerator(AntiAirGroupGenerator):
|
||||
class HawkGenerator(GroupGenerator):
|
||||
"""
|
||||
This generate an HAWK group
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user