mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixed weapons names in pdcs extensions, removed deprecated rafale mod, fixed many other compilation issues with pydcs 2.7+
This commit is contained in:
@@ -1766,15 +1766,15 @@ class F_22A(PlaneType):
|
||||
Fuel_tank_610_gal = (2, Weapons.Fuel_tank_610_gal)
|
||||
|
||||
class Pylon3:
|
||||
AIM_120C = (3, Weapons.AIM_120C)
|
||||
AIM_120C = (3, Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM)
|
||||
AIM_120D = (3, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon4:
|
||||
AIM_120C = (4, Weapons.AIM_120C)
|
||||
AIM_120C = (4, Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM)
|
||||
AIM_120D = (4, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon5:
|
||||
AIM_120C = (5, Weapons.AIM_120C)
|
||||
AIM_120C = (5, Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM)
|
||||
AIM_120D = (5, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon6:
|
||||
@@ -1785,15 +1785,15 @@ class F_22A(PlaneType):
|
||||
Smokewinder___yellow = (6, Weapons.Smokewinder___yellow)
|
||||
|
||||
class Pylon7:
|
||||
AIM_120C = (7, Weapons.AIM_120C)
|
||||
AIM_120C = (7, Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM)
|
||||
AIM_120D = (7, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon8:
|
||||
AIM_120C = (8, Weapons.AIM_120C)
|
||||
AIM_120C = (8, Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM)
|
||||
AIM_120D = (8, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon9:
|
||||
AIM_120C = (9, Weapons.AIM_120C)
|
||||
AIM_120C = (9, Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM)
|
||||
AIM_120D = (9, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon10:
|
||||
|
||||
Reference in New Issue
Block a user