mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
pydcs update for DCS 2.7.1
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"IFV_M1126_Stryker_ICV",
|
||||
"IFV_M2A2_Bradley",
|
||||
"IFV_LAV_25",
|
||||
"APC_HMMWV__Scout",
|
||||
"Scout_HMMWV",
|
||||
"ATGM_HMMWV"
|
||||
],
|
||||
"artillery_units": [
|
||||
@@ -83,4 +83,4 @@
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"IFV_M1126_Stryker_ICV",
|
||||
"IFV_M2A2_Bradley",
|
||||
"IFV_LAV_25",
|
||||
"APC_HMMWV__Scout",
|
||||
"Scout_HMMWV",
|
||||
"ATGM_HMMWV"
|
||||
],
|
||||
"artillery_units": [
|
||||
@@ -85,4 +85,4 @@
|
||||
],
|
||||
"has_jtac": true,
|
||||
"jtac_unit": "MQ_9_Reaper"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ class TestFactionLoader(unittest.TestCase):
|
||||
self.assertIn(Armor.IFV_M1126_Stryker_ICV, faction.frontline_units)
|
||||
self.assertIn(Armor.IFV_M2A2_Bradley, faction.frontline_units)
|
||||
self.assertIn(Armor.IFV_LAV_25, faction.frontline_units)
|
||||
self.assertIn(Armor.APC_HMMWV__Scout, faction.frontline_units)
|
||||
self.assertIn(Armor.Scout_HMMWV, faction.frontline_units)
|
||||
self.assertIn(Armor.ATGM_HMMWV, faction.frontline_units)
|
||||
|
||||
self.assertIn(Artillery.MLRS_M270_227mm, faction.artillery_units)
|
||||
|
||||
Reference in New Issue
Block a user