From 9e116f481ed99ddb0ee7250f2dc695090d7a7306 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sun, 13 Oct 2019 17:57:38 +0200 Subject: [PATCH] Fixed issue with P51D liveries that caused errors. --- game/db.py | 8 +++++--- game/factions/usa_1944.py | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/game/db.py b/game/db.py index 40723447..a6d2325c 100644 --- a/game/db.py +++ b/game/db.py @@ -303,7 +303,7 @@ UNIT_BY_TASK = { Mi_8MT, Mi_28N, Mi_24V, - MiG_27K + MiG_27K, ], Transport: [ IL_76MD, @@ -500,7 +500,8 @@ EXTRA_AA = { "Israel": AirDefence.AAA_Vulcan_M163, "India": AirDefence.SPAAA_ZSU_23_4_Shilka, "United Arab Emirates": AirDefence.Stinger_MANPADS, - "Insurgents": AirDefence.AAA_ZU_23_Insurgent_on_Ural_375 + "Insurgents": AirDefence.AAA_ZU_23_Insurgent_on_Ural_375, + "Third Reich": AirDefence.AAA_Flak_Vierling_38, } """ @@ -894,4 +895,5 @@ class DefaultLiveries: # TODO : refactor/remove OH_58D.Liveries = DefaultLiveries -F_16C_50.Liveries = DefaultLiveries \ No newline at end of file +F_16C_50.Liveries = DefaultLiveries +P_51D_30_NA.Liveries = DefaultLiveries \ No newline at end of file diff --git a/game/factions/usa_1944.py b/game/factions/usa_1944.py index be2da97a..abb0707d 100644 --- a/game/factions/usa_1944.py +++ b/game/factions/usa_1944.py @@ -14,6 +14,7 @@ USA_1944 = { Armor.MT_M4_Sherman, Armor.MT_M4A4_Sherman_Firefly, Armor.M30_Cargo_Carrier, + Armor.APC_M2A1, Infantry.Infantry_M1_Garand,