mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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:
parent
eb997db703
commit
40ddad1d9a
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user