diff --git a/gen/ground_forces/ai_ground_planner.py b/gen/ground_forces/ai_ground_planner.py index 02af7c6b..db1deb03 100644 --- a/gen/ground_forces/ai_ground_planner.py +++ b/gen/ground_forces/ai_ground_planner.py @@ -34,6 +34,7 @@ TYPE_TANKS = [ Armor.CT_Centaur_IV, Armor.CT_Cromwell_IV, Armor.HIT_Churchill_VII, + Armor.LT_Mk_VII_Tetrarch, # Mods frenchpack.DIM__TOYOTA_BLUE, @@ -81,6 +82,7 @@ TYPE_IFV = [ # WW2 Armor.AC_Sd_Kfz_234_2_Puma, Armor.LAC_M8_Greyhound, + Armor.Daimler_Armoured_Car, # Mods frenchpack.ERC_90, diff --git a/resources/factions/allies_1944.json b/resources/factions/allies_1944.json index 0f07247a..d004e093 100644 --- a/resources/factions/allies_1944.json +++ b/resources/factions/allies_1944.json @@ -23,7 +23,9 @@ "HIT_Churchill_VII", "M30_Cargo_Carrier", "LAC_M8_Greyhound", - "TD_M10_GMC" + "TD_M10_GMC", + "Daimler_Armoured_Car", + "LT_Mk_VII_Tetrarch" ], "artillery_units": [ "M12_GMC" diff --git a/resources/factions/uk_1944.json b/resources/factions/uk_1944.json index 29c8ddd7..2b9479b5 100644 --- a/resources/factions/uk_1944.json +++ b/resources/factions/uk_1944.json @@ -20,7 +20,9 @@ "APC_M2A1", "CT_Cromwell_IV", "CT_Centaur_IV", - "HIT_Churchill_VII" + "HIT_Churchill_VII", + "Daimler_Armoured_Car", + "LT_Mk_VII_Tetrarch" ], "artillery_units": [ ],