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, Unarmed
|
||||
|
||||
from gen.sam.group_generator import AntiAirGroupGenerator
|
||||
from gen.sam.group_generator import GroupGenerator
|
||||
|
||||
|
||||
class GepardGenerator(AntiAirGroupGenerator):
|
||||
class GepardGenerator(GroupGenerator):
|
||||
"""
|
||||
This generate a Gepard group
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user