mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add Airfield to list of capture zone types
This will create capture zones and the trigger rules to check for a base capture. Will fix an issue where the dcs capture event is not fired and therefore the capture not recognized by liberation
This commit is contained in:
@@ -44,7 +44,7 @@ class Silence(Option):
|
|||||||
|
|
||||||
|
|
||||||
class TriggerGenerator:
|
class TriggerGenerator:
|
||||||
capture_zone_types = (Fob,)
|
capture_zone_types = (Fob, Airfield)
|
||||||
capture_zone_flag = 600
|
capture_zone_flag = 600
|
||||||
|
|
||||||
def __init__(self, mission: Mission, game: Game) -> None:
|
def __init__(self, mission: Mission, game: Game) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user