From 2de48b3918c75dfb306dc24c4c2a4e616489d940 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sun, 9 Aug 2020 16:36:21 +0200 Subject: [PATCH] Fix no lha for some factions --- game/factions/italy_1990.py | 2 +- game/factions/italy_1990_mb339.py | 2 +- game/factions/uk_1990.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/factions/italy_1990.py b/game/factions/italy_1990.py index 594baa9e..6f8d594d 100644 --- a/game/factions/italy_1990.py +++ b/game/factions/italy_1990.py @@ -39,7 +39,7 @@ Italy_1990 = { Oliver_Hazzard_Perry_class, ], "cruiser": [ Ticonderoga_class, - ], "lha_names": [ + ], "lhanames": [ "Giuseppe Garibaldi", "Cavour", ], "boat":[ diff --git a/game/factions/italy_1990_mb339.py b/game/factions/italy_1990_mb339.py index 22b506e1..17abab43 100644 --- a/game/factions/italy_1990_mb339.py +++ b/game/factions/italy_1990_mb339.py @@ -41,7 +41,7 @@ Italy_1990_MB339 = { Oliver_Hazzard_Perry_class, ], "cruiser": [ Ticonderoga_class, - ], "lha_names": [ + ], "lhanames": [ "Giuseppe Garibaldi", "Cavour", ], "boat": [ diff --git a/game/factions/uk_1990.py b/game/factions/uk_1990.py index 9e9702eb..5f54c830 100644 --- a/game/factions/uk_1990.py +++ b/game/factions/uk_1990.py @@ -42,7 +42,7 @@ UnitedKingdom_1990 = { Oliver_Hazzard_Perry_class, ], "cruiser": [ Ticonderoga_class, - ], "lha_names": [ + ], "lhanames": [ "HMS Invincible", "HMS Illustrious", "HMS Ark Royal",