mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
fixed base atttack op
This commit is contained in:
parent
edf9efddf9
commit
8431c7745d
@ -87,7 +87,7 @@ class BaseAttackEvent(Event):
|
|||||||
|
|
||||||
op.setup(cas=flights[CAS],
|
op.setup(cas=flights[CAS],
|
||||||
escort=flights[CAP],
|
escort=flights[CAP],
|
||||||
attack=flights[PinpointStrike],
|
attack=unitdict_from(flights[PinpointStrike]),
|
||||||
intercept=assigned_units_from(defenders),
|
intercept=assigned_units_from(defenders),
|
||||||
defense=self.to_cp.base.armor,
|
defense=self.to_cp.base.armor,
|
||||||
aa=self.to_cp.base.assemble_aa())
|
aa=self.to_cp.base.assemble_aa())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user